Trying to install a CLI tool on an older Linux laptop and it crashes at the end with: FATAL ERROR: This binary was compiled with aes enabled, but this feature is not available on this processor (go/sigill-fail-fast). bash: line 237: Illegal instruction (core dumped) “$BINARY_PATH” install The machine has an Intel Celeron 1000M, and lscpu doesn’t show the aes flag, so I’m guessing the binary needs AES-NI and this CPU doesn’t support it. Is there any workaround besides using a newer machine?