-
Notifications
You must be signed in to change notification settings - Fork 10
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
Build failed. #2
Comments
Yes, this is a disadvantage of using a nightly compiler. Sometimes the changes in Rust's standard library required also changes in our kernel. The current issue requires also some changes in the standard library (rust-lang/rust#77610). I uploaded the latest version of our libOS. Please try again to build the demo with following commands:
Does it work on your system? If not, please update also the Rust' nightly compiler. |
I got the feedback that it works. |
thanks, I will try it. |
Same errors.
|
Do you use also rustfmt? It is currently broken https://rust-lang-nursery.github.io/rust-toolstate/. Consequently, rustup installs the latest nightly compiler, where rustfmt is available. Unfortunately it is not the latest version of the nightly compiler... The TravisCI pipeline seems to work. |
I uninstall rustfmt, then cargo update. Still error. |
Do you also use |
still error
|
hm, the compiler is too old
Do you installed miri or rls? |
yes, installed rls. |
As long as rls is not built for the current nightly compiler, you have to uninstall it. |
The rustup version allows to specify the toolchain exactly. I did for our demo. Does it now work? |
I close this issue. I think that we solved it. At least GitActions are able to run the application. |
The text was updated successfully, but these errors were encountered: