Skip to content

Commit

Permalink
Merge pull request #1 from samansmink/issues/29
Browse files Browse the repository at this point in the history
Issues/29
  • Loading branch information
teaguesterling authored Nov 25, 2024
2 parents 617a914 + e59db53 commit 0e1297f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/MainDistributionPipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,21 @@ concurrency:
jobs:
duckdb-stable-build:
name: Build extension binaries
uses: duckdb/extension-ci-tools/.github/workflows/[email protected].2
uses: duckdb/extension-ci-tools/.github/workflows/[email protected].3
with:
extension_name: iceberg
duckdb_version: v1.1.2
ci_tools_version: v1.1.2
duckdb_version: v1.1.3
ci_tools_version: v1.1.3
exclude_archs: 'wasm_mvp;wasm_eh;wasm_threads;windows_amd64_rtools'

duckdb-stable-deploy:
name: Deploy extension binaries
needs: duckdb-stable-build
uses: duckdb/extension-ci-tools/.github/workflows/[email protected].2
uses: duckdb/extension-ci-tools/.github/workflows/[email protected].3
secrets: inherit
with:
extension_name: iceberg
duckdb_version: v1.1.2
duckdb_version: v1.1.3
ci_tools_version: v1.1.3
exclude_archs: 'wasm_mvp;wasm_eh;wasm_threads;windows_amd64_rtools'
deploy_latest: ${{ 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
@@ -1,7 +1,7 @@
[submodule "duckdb"]
path = duckdb
url = https://github.com/duckdb/duckdb
branch = master
branch = main
[submodule "extension-ci-tools"]
path = extension-ci-tools
url = https://github.com/duckdb/extension-ci-tools.git
2 changes: 1 addition & 1 deletion duckdb
Submodule duckdb updated 301 files

0 comments on commit 0e1297f

Please sign in to comment.