Skip to content

Commit

Permalink
Merge pull request #76 from samansmink/bump-to-v1.1.2
Browse files Browse the repository at this point in the history
bump to v1.1.2
  • Loading branch information
samansmink authored Oct 14, 2024
2 parents 8b48d12 + 32c6adf commit 31fa736
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
10 changes: 5 additions & 5 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/extension-ci-tools/.github/workflows/[email protected].1
uses: duckdb/extension-ci-tools/.github/workflows/[email protected].2
with:
extension_name: iceberg
duckdb_version: v1.1.1
ci_tools_version: v1.1.1
duckdb_version: v1.1.2
ci_tools_version: v1.1.2
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].1
uses: duckdb/extension-ci-tools/.github/workflows/[email protected].2
secrets: inherit
with:
extension_name: iceberg
duckdb_version: v1.1.1
duckdb_version: v1.1.2
exclude_archs: 'wasm_mvp;wasm_eh;wasm_threads;windows_amd64_rtools'
deploy_latest: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
1 change: 1 addition & 0 deletions .github/workflows/Rest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
VCPKG_TARGET_TRIPLET: 'x64-linux'
GEN: Ninja
VCPKG_TOOLCHAIN_PATH: ${{ github.workspace }}/vcpkg/scripts/buildsystems/vcpkg.cmake
PIP_BREAK_SYSTEM_PACKAGES: 1

steps:
- name: Install required ubuntu packages
Expand Down
2 changes: 1 addition & 1 deletion duckdb
Submodule duckdb updated 208 files

0 comments on commit 31fa736

Please sign in to comment.