Skip to content
Snippets Groups Projects
Unverified Commit e1d94cf7 authored by Martin Kröning's avatar Martin Kröning :crab: Committed by GitHub
Browse files

Revert "Upgrade to recent nightly channel"

parent e4575384
Branches
Tags
No related merge requests found
Pipeline #592883 failed
[unstable]
# Keep in sync with CI!
build-std = ["core", "alloc"]
build-std-features = ["compiler-builtins-mem"]
......
......@@ -39,7 +39,7 @@ jobs:
run: rustup show
- name: Build minimal kernel
working-directory: libhermit-rs
run: cargo build --no-default-features -Z build-std=core,alloc
run: cargo build --no-default-features
- name: Build dev profile
run: cargo build
- name: Unittests on host (ubuntu)
......
[toolchain]
channel = "nightly-2021-10-20"
channel = "nightly-2021-09-29"
components = [
"rust-src",
"llvm-tools-preview",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment