You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
It's pretty common in Ubuntu on GitHub Actions CI to get
Illegal instruction
crashes when we don't useDISABLE_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.
Originally posted by @kevaundray in #327 (review)
The text was updated successfully, but these errors were encountered: