Skip to content

Commit

Permalink
bump duckdb
Browse files Browse the repository at this point in the history
  • Loading branch information
samansmink committed Feb 13, 2024
1 parent a882a23 commit 6affab1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/MainDistributionPipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@ concurrency:
jobs:
duckdb-stable-build:
name: Build extension binaries
uses: duckdb/duckdb/.github/workflows/_extension_distribution.yml@1e216074028c0aaef838ae2075e2e30705aa48e7
uses: duckdb/duckdb/.github/workflows/_extension_distribution.yml@4d24f5c660a205bf22a7fd99e36efece798452c4
with:
extension_name: aws
duckdb_version: '1e21607402'
duckdb_version: '4d24f5c660'
exclude_archs: 'wasm_mvp;wasm_eh;wasm_threads' # Doesn't work anyway: env local file or env access possible

duckdb-stable-deploy:
name: Deploy extension binaries
needs: duckdb-stable-build
uses: duckdb/duckdb/.github/workflows/_extension_deploy.yml@1e216074028c0aaef838ae2075e2e30705aa48e7
uses: duckdb/duckdb/.github/workflows/_extension_deploy.yml@4d24f5c660a205bf22a7fd99e36efece798452c4
secrets: inherit
with:
extension_name: aws
duckdb_version: '1e21607402'
duckdb_version: '4d24f5c660'
exclude_archs: 'wasm_mvp;wasm_eh;wasm_threads' # Doesn't work anyway: env local file or env access possible
deploy_latest: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
deploy_versioned: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
2 changes: 1 addition & 1 deletion duckdb
Submodule duckdb updated 1686 files

0 comments on commit 6affab1

Please sign in to comment.