asdf-bun icon indicating copy to clipboard operation
asdf-bun copied to clipboard

Bun commands are terminated by ``signal SIGILL (Illegal instruction)``

Open datsfilipe opened this issue 2 years ago • 3 comments

bun install --yarn
fish: Job 1, 'bun install --yarn' terminated by signal SIGILL (illegal instruction)

bun create, bun install, all the commands I'm trying result in this. I was only able to print the version with bun -v

I'm using Arch Linux kernel 5.19 Terminal kitty with fish shell (I tried bash too) Bun plugin installed in 0.1.10

Obs: I installed bun without using the asdf plugin and it worked as expected.

datsfilipe avatar Aug 19 '22 22:08 datsfilipe

As show in this comment, using the "-baseline" release stops this error from ocurr. I did the test and it worked :)

KlausEverWalkingDev avatar Aug 28 '22 19:08 KlausEverWalkingDev

But how do I select -baseline version in asdf? for me there is no option

datsfilipe avatar Aug 31 '22 02:08 datsfilipe

You have to do it manually, at least until this repo creator add it as a option.

KlausEverWalkingDev avatar Aug 31 '22 04:08 KlausEverWalkingDev