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

CI: Explicitly set build-std without std

parent 0875fbcf
Branches
Tags
No related merge requests found
[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
run: cargo build --no-default-features -Z build-std=core,alloc
- name: Build dev profile
run: cargo build
- name: Unittests on host (ubuntu)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment