We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-Zbuild-std-features=compiler-builtins-mem
1 parent ba5c124 commit 8bb91e5Copy full SHA for 8bb91e5
.github/workflows/build.yml
@@ -96,7 +96,7 @@ jobs:
96
- name: "Install Rustup Components"
97
run: rustup component add rust-src llvm-tools-preview
98
- name: 'Build Example Kernel'
99
- run: cargo build -Zbuild-std=core
+ run: cargo build -Zbuild-std=core -Zbuild-std-features=compiler-builtins-mem
100
working-directory: example-kernel
101
102
0 commit comments