From abd462454878f0195ca64d65f0e50e2f4bd47f4d Mon Sep 17 00:00:00 2001 From: SulfurNitride Date: Thu, 12 Mar 2026 09:56:12 -0500 Subject: Fix NixOS CI: add Rust toolchain, cmake configure needs nak_ffi target Co-Authored-By: Claude Opus 4.6 --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to '.github/workflows/ci.yml') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 612eed9..fd072f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -100,15 +100,13 @@ jobs: cmake --build /tmp/libloot/build --parallel cmake --install /tmp/libloot/build - # Configure full project (disable Rust FFI — not needed for mobase) + # Configure full project (only mobase target will be built) PYBIND11_DIR=\$(python3 -c 'import pybind11; print(pybind11.get_cmake_dir())') cmake -S . -B build-nix -G Ninja \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DPython_EXECUTABLE=\$(which python3) \ -Dpybind11_DIR=\"\${PYBIND11_DIR}\" \ -DBUILD_PLUGIN_PYTHON=ON \ - -DBUILD_NAK_FFI=OFF \ - -DBUILD_BSA_FFI=OFF \ -DCMAKE_PREFIX_PATH=/tmp/libloot-install \ -Dlibloot_DIR=/tmp/libloot-install -- cgit v1.3.1