Skip to content

Fixed Illegal instruction` (SIGKILL) crash#9

Merged
recipe merged 2 commits into
mainfrom
fix-illegal-instruction
Jul 17, 2026
Merged

Fixed Illegal instruction` (SIGKILL) crash#9
recipe merged 2 commits into
mainfrom
fix-illegal-instruction

Conversation

@recipe

@recipe recipe commented Jul 16, 2026

Copy link
Copy Markdown
Owner

Illegal instruction (SIGKILL) crash on Linux CPUs older than the CI build
machines: the hatch build hook now passes -Dcpu=baseline to zig on Linux,
so wheels use the architecture's baseline instruction set instead of the
build host's full feature set (aarch64 wheels built on Neoverse N2 runners
contained SVE instructions, crashing on Apple Silicon under Docker and
Graviton 1/2).

recipe added 2 commits July 16, 2026 16:14
`Illegal instruction` (SIGILL) crash on Linux CPUs older than the CI build
  machines: the hatch build hook now passes `-Dcpu=baseline` to zig on Linux,
  so wheels use the architecture's baseline instruction set instead of the
  build host's full feature set (aarch64 wheels built on Neoverse N2 runners
  contained SVE instructions, crashing on Apple Silicon under Docker and
  Graviton 1/2).
@recipe
recipe merged commit a1cda11 into main Jul 17, 2026
9 checks passed
@recipe
recipe deleted the fix-illegal-instruction branch July 17, 2026 01:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant