Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade toolchain channel to nightly-2021-10-20
CI: Explicitly set build-std without std Else, cargo unifies with rusty-hermit's outer .cargo/config.toml and tries to build std for the kernel, which fails with: error[E0432]: unresolved import `crate::sys::hermit::thread_local_dtor` --> /home/mkroening/.rustup/toolchains/nightly-2021-10-20-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/hermit/thread.rs:9:25 | 9 | use crate::sys::hermit::thread_local_dtor::run_dtors; | ^^^^^^^^^^^^^^^^^ could not find `thread_local_dtor` in `hermit` error[E0432]: unresolved import `crate::sys::hermit::thread_local_dtor` --> /home/mkroening/.rustup/toolchains/nightly-2021-10-20-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/sys/hermit/mod.rs:122:29 | 122 | use crate::sys::hermit::thread_local_dtor::run_dtors; | ^^^^^^^^^^^^^^^^^ could not find `thread_local_dtor` in `hermit`
- Loading branch information