Skip to content

Commit c0d6d05

Browse files
authored
Update build workflow for new DuckDB release (v1.4.4) (#17)
1 parent c17833b commit c0d6d05

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/dist_pipeline.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515
contents: read
1616

1717
concurrency:
18-
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || '' }}-${{ github.base_ref || '' }}-${{ github.ref != 'refs/heads/main' || github.sha }}
18+
group: ${{ github.workflow }}-${{ github.ref }}
1919
cancel-in-progress: true
2020

2121
jobs:
@@ -29,10 +29,10 @@ jobs:
2929
exclude_archs: "windows_amd64_mingw;osx_amd64;wasm_mvp;wasm_eh;wasm_threads"
3030

3131
duckdb-stable-build:
32-
uses: duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@v1.4.3
32+
uses: duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@v1.4.4
3333
with:
34-
duckdb_version: v1.4.3
35-
ci_tools_version: v1.4.3
34+
duckdb_version: v1.4.4
35+
ci_tools_version: v1.4.4
3636
extension_name: infera
3737
enable_rust: true
3838
exclude_archs: "windows_amd64_mingw;osx_amd64;wasm_mvp;wasm_eh;wasm_threads"

infera/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ tiny_http = "0.12.0"
3434
opt-level = 3
3535
lto = true
3636
codegen-units = 1
37-
panic = "abort"
37+
panic = "unwind"
3838

3939
[profile.dev]
4040
opt-level = 0

0 commit comments

Comments
 (0)