Skip to content

Commit 8bb91e5

Browse files
committed
Build example kernel with -Zbuild-std-features=compiler-builtins-mem
1 parent ba5c124 commit 8bb91e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
- name: "Install Rustup Components"
9797
run: rustup component add rust-src llvm-tools-preview
9898
- name: 'Build Example Kernel'
99-
run: cargo build -Zbuild-std=core
99+
run: cargo build -Zbuild-std=core -Zbuild-std-features=compiler-builtins-mem
100100
working-directory: example-kernel
101101

102102

0 commit comments

Comments
 (0)