Summary
Nightly builds fail on all platforms:
- Linux:
clang-sys needs llvm-config / libclang-dev
- macOS:
pyo3-ffi needs Python headers
The sovereign-ci container provides these via extra_pkgs: python3-dev libclang-dev, but the nightly template uses GitHub-hosted runners.
Fix Options
- Add
apt-get install step to nightly.yml for system packages
- Use
cross for Linux builds (includes a full build environment)
- Add decy to NO_NIGHTLY until nightly template supports extra_pkgs
🤖 Generated with Claude Code
Summary
Nightly builds fail on all platforms:
clang-sysneedsllvm-config/libclang-devpyo3-ffineeds Python headersThe sovereign-ci container provides these via
extra_pkgs: python3-dev libclang-dev, but the nightly template uses GitHub-hosted runners.Fix Options
apt-get installstep to nightly.yml for system packagescrossfor Linux builds (includes a full build environment)🤖 Generated with Claude Code