aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSulfurNitride <SulfurNitride@users.noreply.github.com>2026-03-12 09:56:12 -0500
committerSulfurNitride <SulfurNitride@users.noreply.github.com>2026-03-12 09:56:12 -0500
commitabd462454878f0195ca64d65f0e50e2f4bd47f4d (patch)
tree7a7a8cde86c10081c203605a8327f55600997a36 /.github
parent560c68eee0c0a0130aea84e8a9383224627d4bba (diff)
Fix NixOS CI: add Rust toolchain, cmake configure needs nak_ffi target
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 1 insertions, 3 deletions
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