Skip to content

Commit

Permalink
[Dev] Bump duckdb to latest and fixup MainDistributionPipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
carlopi committed Feb 12, 2024
1 parent a29b298 commit c4e528f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 127 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/MainDistributionPipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,20 @@ concurrency:
jobs:
duckdb-stable-build:
name: Build extension binaries
uses: duckdb/duckdb/.github/workflows/_extension_distribution.yml@5b391512a8fc7800a0c22d98714e6d8f25c002cf
uses: duckdb/duckdb/.github/workflows/_extension_distribution.yml@0e784765f6f87bd1ce9034afcce1e7f89fcd8777
with:
vcpkg_commit: a42af01b72c28a8e1d7b48107b33e4f286a55ef6
duckdb_version: 0e784765f6
extension_name: arrow
exclude_archs: 'wasm_mvp;wasm_eh;wasm_threads;windows_amd64;windows_amd64_rtools'
duckdb_version: v0.9.2

duckdb-stable-deploy:
name: Deploy extension binaries
needs: duckdb-stable-build
uses: ./.github/workflows/_extension_deploy.yml
uses: duckdb/duckdb/.github/workflows/_extension_deploy.yml@0e784765f6f87bd1ce9034afcce1e7f89fcd8777
secrets: inherit
with:
duckdb_version: 0e784765f6
extension_name: arrow
exclude_archs: 'wasm_mvp;wasm_eh;wasm_threads;windows_amd64;windows_amd64_rtools'
duckdb_version: v0.9.2
deploy_latest: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
deploy_latest: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
121 changes: 0 additions & 121 deletions .github/workflows/_extension_deploy.yml

This file was deleted.

2 changes: 1 addition & 1 deletion duckdb
Submodule duckdb updated 3360 files

0 comments on commit c4e528f

Please sign in to comment.