-
Notifications
You must be signed in to change notification settings - Fork 143
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
Wrong toolchain when using WSL #111
Comments
Thanks for the issue @Dodecahedr0x! I've transferred this from the Sway repo over to the fuelup repo as I think it's likely more suited here.
Interesting, this makes me wonder if the issue is Would you mind also providing the exact command you used to produce the @JoshuaBatty is also on WSL - he might have some insight? |
Thanks for your reply, I have the path to To produce this error I ran I installed a new Ubuntu 18.04 on the WSL1 however and it worked and keeps working so I guess it's caused by some of the differences in how WSL1 and WSL2 work... |
I am able to reproduce it now on a Linode Ubuntu 18.04 instance, running into the same error. It seems like glibc_2.27 is the latest supported version on Ubuntu 18.04, and Does |
Hey there! I'm having the same issue. I'm on Linux Mint 19.3 (Ubuntu 18.04 base).
There are some guides online on how to update to GLIBC_2.29 on Ubuntu 18.04, but seems like a dangerous update and it breaks the OS for some people. I'm guessing this a tricky thing to fix on your side. Thanks! |
This issue is a result of our usage of GitHub runners to build and release our binaries, and they currently all run on The immediate solution(s) to this issue would be to either: Both solutions aren't pretty 😅 I de-prioritized this issue for a bit to work on other things but I will start to actively find a workaround for this. |
Thanks for the quick response @bingcicle !! I was able to install fuelup & fuel-core from source. To have the same setup for
Which repos should I clone & compile? I see the Thanks! |
Those should all be in the Sway repo. |
Closing due to inactivity - pleaes reopen if this is still an issue. |
Hi,
I installed
fuelup
andforc
today and managed to build and deploy a project.After reopening a terminal, I'm now getting the following error:
I'm using the Windows Subsystem Linux (WSL) running a 18.04 Ubuntu.
I think this could be due to the default rustup toolchain being
stable-x86_64-unknown-linux-gnu (default)
instead of somethingx86_64-linux-gnu
.The text was updated successfully, but these errors were encountered: