Skip to content

Commit

Permalink
Merge #297
Browse files Browse the repository at this point in the history
297: Revert "Upgrade to recent nightly channel" r=stlankes a=mkroening

Reverts #292

#292 this was not meant to be merged yet. See hermit-os/hermit-rs#170.

I was sure, bors would play nicely with draft PRs nowadays. Sorry.

bors r+

Co-authored-by: Martin Kröning <mkroening@posteo.net>
  • Loading branch information
bors[bot] and mkroening authored Nov 26, 2021
2 parents e457538 + e1d94cf commit df466cd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[unstable]
# Keep in sync with CI!
build-std = ["core", "alloc"]
build-std-features = ["compiler-builtins-mem"]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[toolchain]
channel = "nightly-2021-10-20"
channel = "nightly-2021-09-29"
components = [
"rust-src",
"llvm-tools-preview",
Expand Down

0 comments on commit df466cd

Please sign in to comment.