Skip to content

Commit 72cc46e

Browse files
committed
Enable the binary feature in CI build
1 parent aa2bbc1 commit 72cc46e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ steps:
9494
workingDirectory: test-kernel
9595
displayName: 'Build Test Kernel'
9696

97-
- script: cargo xbuild --release
97+
- script: cargo xbuild --bin bootloader --features binary --release
9898
displayName: 'Build Bootloader'
9999
env: { KERNEL: "test-kernel/target/x86_64-test-kernel/debug/test-kernel" }
100100

0 commit comments

Comments
 (0)