From 5305beabed6af44b79df4b5019c0b1cc813f9ac4 Mon Sep 17 00:00:00 2001 From: Hassan Abedi Date: Mon, 19 Jan 2026 22:21:43 +0100 Subject: [PATCH 1/2] WIP --- infera/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infera/Cargo.toml b/infera/Cargo.toml index 768da34..491d4b7 100644 --- a/infera/Cargo.toml +++ b/infera/Cargo.toml @@ -34,7 +34,7 @@ tiny_http = "0.12.0" opt-level = 3 lto = true codegen-units = 1 -panic = "abort" +panic = "unwind" [profile.dev] opt-level = 0 From 7a84af431f9fd1c6b15367ca7875b961b6724183 Mon Sep 17 00:00:00 2001 From: Hassan Abedi Date: Wed, 28 Jan 2026 15:26:30 +0100 Subject: [PATCH 2/2] Update the build workflow for DuckDB `1.4.4` --- .github/workflows/dist_pipeline.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dist_pipeline.yml b/.github/workflows/dist_pipeline.yml index af0302e..7590339 100644 --- a/.github/workflows/dist_pipeline.yml +++ b/.github/workflows/dist_pipeline.yml @@ -15,7 +15,7 @@ permissions: contents: read concurrency: - group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || '' }}-${{ github.base_ref || '' }}-${{ github.ref != 'refs/heads/main' || github.sha }} + group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true jobs: @@ -29,10 +29,10 @@ jobs: exclude_archs: "windows_amd64_mingw;osx_amd64;wasm_mvp;wasm_eh;wasm_threads" duckdb-stable-build: - uses: duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@v1.4.3 + uses: duckdb/extension-ci-tools/.github/workflows/_extension_distribution.yml@v1.4.4 with: - duckdb_version: v1.4.3 - ci_tools_version: v1.4.3 + duckdb_version: v1.4.4 + ci_tools_version: v1.4.4 extension_name: infera enable_rust: true exclude_archs: "windows_amd64_mingw;osx_amd64;wasm_mvp;wasm_eh;wasm_threads"