File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ permissions:
1515 contents : read
1616
1717concurrency :
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
2121jobs :
@@ -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"
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ tiny_http = "0.12.0"
3434opt-level = 3
3535lto = true
3636codegen-units = 1
37- panic = " abort "
37+ panic = " unwind "
3838
3939[profile .dev ]
4040opt-level = 0
You can’t perform that action at this time.
0 commit comments