It's pretty common in Ubuntu on GitHub Actions CI to get Illegal instruction crashes when we don't use DISABLE_ASM cmake option.
In #237, we disabled ASM when consuming BB via Nix, but the ASM code should be fixed or removed in the longer term.
Spoke with Blaine and Noir codebase has had asm and adx disabled for a while since it kept giving this illegal instruction in CI. I'm happy to merge this and open an issue to fix it later down the line
Originally posted by @kevaundray in #327 (review)
It's pretty common in Ubuntu on GitHub Actions CI to get
Illegal instructioncrashes when we don't useDISABLE_ASMcmake option.In #237, we disabled ASM when consuming BB via Nix, but the ASM code should be fixed or removed in the longer term.
Originally posted by @kevaundray in #327 (review)