From 6c34dfd1cbb3313e8d5aea3b365c875446d91cf4 Mon Sep 17 00:00:00 2001 From: captjt Date: Wed, 11 Feb 2026 08:58:49 -0500 Subject: [PATCH 1/2] fix: shell commands for staging artifacts --- .github/workflows/release-native-ffi.yml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/workflows/release-native-ffi.yml b/.github/workflows/release-native-ffi.yml index b8c8632..c8c75a7 100644 --- a/.github/workflows/release-native-ffi.yml +++ b/.github/workflows/release-native-ffi.yml @@ -53,12 +53,6 @@ jobs: lib_path: target/release/libintegrity.dylib lib_name: libintegrity.dylib import_lib_candidates: "" - - os: windows-2022 - label: windows x86_64 - asset_suffix: windows-x86_64 - lib_path: target/release/integrity.dll - lib_name: integrity.dll - import_lib_candidates: "target/release/integrity.lib target/release/integrity.dll.lib target/release/libintegrity.dll.a" steps: - name: Install Nix @@ -81,12 +75,12 @@ jobs: uses: eqtylab-actions/rust-cache@v2 - name: Build release cdylib - run: nix develop . -c cargo build --release --locked + run: nix develop . -c cargo build --release --locked --features ffi - name: Stage artifact files shell: bash run: | - nix develop . -c bash -euxo pipefail < Date: Wed, 11 Feb 2026 09:13:19 -0500 Subject: [PATCH 2/2] fix: remove macos 13 runner --- .github/workflows/release-native-ffi.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/release-native-ffi.yml b/.github/workflows/release-native-ffi.yml index c8c75a7..c8af3fe 100644 --- a/.github/workflows/release-native-ffi.yml +++ b/.github/workflows/release-native-ffi.yml @@ -29,12 +29,6 @@ jobs: lib_path: target/release/libintegrity.so lib_name: libintegrity.so import_lib_candidates: "" - - os: macos-13 - label: macos 13 x86_64 - asset_suffix: macos-13-x86_64 - lib_path: target/release/libintegrity.dylib - lib_name: libintegrity.dylib - import_lib_candidates: "" - os: macos-14 label: macos 14 aarch64 asset_suffix: macos-14-aarch64