@@ -208,17 +208,17 @@ jobs:
208208 RUST_CHANNEL=$(awk -F'"' '/channel/{print $2}' litebox_runner_optee_on_machine/rust-toolchain.toml)
209209 rustup toolchain install ${RUST_CHANNEL} --profile minimal --no-self-update --component rustfmt,clippy --target x86_64-unknown-none
210210 rustup component add rust-src --toolchain ${RUST_CHANNEL}-x86_64-unknown-linux-gnu
211- rustup component add llvm-tools-preview
212- cargo install bootimage
213211 rustup default ${RUST_CHANNEL}
214212 rustup override set ${RUST_CHANNEL}
215213 rustup show
214+ rustup component add llvm-tools-preview
215+ cargo install bootimage
216216 - uses : Swatinem/rust-cache@v2
217217 - run : ./.github/tools/github_actions_run_cargo clippy --all-features --target litebox_runner_optee_on_machine/x86_64-unknown-litebox.json --manifest-path=litebox_runner_optee_on_machine/Cargo.toml -Zbuild-std=core,compiler_builtins,alloc
218218 - run : |
219219 ./.github/tools/github_actions_run_cargo build -Zbuild-std=core,compiler_builtins,alloc -Zbuild-std-features=compiler-builtins-mem --manifest-path=litebox_runner_optee_on_machine/Cargo.toml --target litebox_runner_optee_on_machine/x86_64-unknown-litebox.json
220220 - run : |
221- cargo bootimage -Zbuild-std=core,compiler_builtins,alloc -Zbuild-std-features=compiler-builtins-mem --manifest-path=litebox_runner_optee_on_machine/Cargo.toml --target litebox_runner_optee_on_machine/x86_64-unknown-litebox.json
221+ cargo +nightly bootimage -Zbuild-std=core,compiler_builtins,alloc -Zbuild-std-features=compiler-builtins-mem --manifest-path=litebox_runner_optee_on_machine/Cargo.toml --target litebox_runner_optee_on_machine/x86_64-unknown-litebox.json
222222 qemu-system-x86_64 -machine q35 -cpu max -m 256M -drive format=raw,file=target/x86_64-unknown-litebox/debug/bootimage-litebox_runner_optee_on_machine.bin -nographic -no-reboot -device isa-debug-exit,iobase=0xf4,iosize=0x04
223223 - name : Build documentation (fail on warnings)
224224 run : ./.github/tools/github_actions_run_cargo doc --no-deps --all-features --document-private-items
0 commit comments