Skip to content

fix: nightly fails — needs libclang-dev and python3-dev system packages #42

Description

@noahgift

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

  1. Add apt-get install step to nightly.yml for system packages
  2. Use cross for Linux builds (includes a full build environment)
  3. Add decy to NO_NIGHTLY until nightly template supports extra_pkgs

🤖 Generated with Claude Code

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions