-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Illegal hardware instruction #762
Comments
From bun discord bot:Illegal instruction - core dumped Bun currently only works on CPUs supporting the AVX2 instruction set. NOT RECOMMENDED (VERY SLOW ALTERNATIVE): 1. Install intel-sde: wget https://downloadmirror.intel.com/732268/sde-external-9.7.0-2022-05-09-lin.tar.xz -O /tmp/intel-sde.tar.xz
cd /tmp
tar -xf intel-sde.tar.xz
cd sde-external*
mkdir /usr/local/bin -p
cp sde64 /usr/local/bin/sde
cp -r intel64 /usr/local/bin/
cp -r misc /usr/local/bin/ 2. Add alias to bashrc |
Duplicate of #67. |
Thanks. That's worked🎉 |
now, you can just use |
I have already latest version. It hasn't upgraded |
Version
No response
Platform
Linux arch 5.18.12-arch1-1 #1 SMP PREEMPT_DYNAMIC Fri, 15 Jul 2022 15:33:02 +0000 x86_64 GNU/Linux
What steps will reproduce the bug?
No response
How often does it reproduce? Is there a required condition?
No response
What is the expected behavior?
No response
What do you see instead?
I got this error. I just installed bun, and tried to use
Additional information
No response
The text was updated successfully, but these errors were encountered: