Skip to content

Commit 40ec185

Browse files
author
Sangho Lee
committed
ci. further
1 parent 074d5a3 commit 40ec185

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,13 +211,14 @@ jobs:
211211
rustup default ${RUST_CHANNEL}
212212
rustup override set ${RUST_CHANNEL}
213213
rustup show
214-
rustup component add llvm-tools-preview
215-
cargo install bootimage
216214
- uses: Swatinem/rust-cache@v2
217215
- 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
218216
- run: |
219217
./.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
220218
- run: |
219+
rustup component add rust-src --toolchain nightly-x86_64-unknown-linux-gnu
220+
rustup component add llvm-tools-preview
221+
cargo +nightly install bootimage
221222
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
222223
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
223224
- name: Build documentation (fail on warnings)

0 commit comments

Comments
 (0)