Skip to content

Commit a8cb596

Browse files
committed
fixup! Add target triple support to justfile
Signed-off-by: James Sturtevant <[email protected]>
1 parent 6d978c4 commit a8cb596

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Justfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,7 @@ test-like-ci config=default-target hypervisor="kvm":
7474
just test {{config}} seccomp,build-metadata,init-paging,{{ if hypervisor == "mshv" {"mshv2"} else if hypervisor == "mshv3" {"mshv3"} else {"kvm"} }}
7575

7676
@# make sure certain cargo features compile
77-
cargo check -p hyperlight-host --features crashdump
78-
cargo check -p hyperlight-host --features print_debug
79-
cargo check -p hyperlight-host --features gdb
80-
cargo check -p hyperlight-host --features trace_guest,unwind_guest,mem_profile
77+
just check
8178

8279
@# without any driver (should fail to compile)
8380
just test-compilation-no-default-features {{config}}
@@ -216,6 +213,7 @@ test-rust-tracing target=default-target features="" target-triple="":
216213

217214
test-doc target=default-target features="" target-triple="":
218215
cargo test --profile={{ if target == "debug" { "dev" } else { target } }}{{ if target-triple != "" { " --target " + target-triple } else { "" } }} {{ if features =="" {''} else { "--features " + features } }} --doc
216+
219217
################
220218
### LINTING ####
221219
################

0 commit comments

Comments
 (0)