Skip to content

Commit

Permalink
Merge pull request #36 from samansmink/update-duckdb
Browse files Browse the repository at this point in the history
Update duckdb to v0.10.1
  • Loading branch information
samansmink authored Mar 20, 2024
2 parents f7b8729 + 8796da4 commit 20553de
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/MainDistributionPipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,20 @@ concurrency:
jobs:
duckdb-stable-build:
name: Build extension binaries
uses: duckdb/extension-ci-tools/.github/workflows/[email protected].0
uses: duckdb/extension-ci-tools/.github/workflows/[email protected].1
with:
extension_name: aws
duckdb_version: 'v0.10.0'
duckdb_version: 'v0.10.1'
exclude_archs: 'wasm_mvp;wasm_eh;wasm_threads;windows_amd64_rtools' # Doesn't work anyway: env local file or env access possible
vcpkg_commit: 'a1a1cbc975abf909a6c8985a6a2b8fe20bbd9bd6'

duckdb-stable-deploy:
name: Deploy extension binaries
needs: duckdb-stable-build
uses: duckdb/extension-ci-tools/.github/workflows/[email protected].0
uses: duckdb/extension-ci-tools/.github/workflows/[email protected].1
secrets: inherit
with:
extension_name: aws
duckdb_version: 'v0.10.0'
duckdb_version: 'v0.10.1'
exclude_archs: 'wasm_mvp;wasm_eh;wasm_threads;windows_amd64_rtools' # 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 .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
branch = main
[submodule "extension-ci-tools"]
path = extension-ci-tools
url = git@github.com:duckdb/extension-ci-tools.git
url = https://github.com/duckdb/extension-ci-tools
2 changes: 1 addition & 1 deletion duckdb
Submodule duckdb updated 256 files
2 changes: 1 addition & 1 deletion extension-ci-tools
Submodule extension-ci-tools updated 1 files
+3 −2 README.md

0 comments on commit 20553de

Please sign in to comment.