Skip to content

Commit 6371397

Browse files
committed
fixup! Add target triple support to justfile
Signed-off-by: James Sturtevant <jsturtevant@gmail.com>
1 parent bba8a42 commit 6371397

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

Justfile

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

7272
@# make sure certain cargo features compile
73-
cargo check -p hyperlight-host --features crashdump
74-
cargo check -p hyperlight-host --features print_debug
75-
cargo check -p hyperlight-host --features gdb
76-
cargo check -p hyperlight-host --features trace_guest,unwind_guest,mem_profile
73+
just check
7774

7875
@# without any driver (should fail to compile)
7976
just test-compilation-no-default-features {{config}}
@@ -212,6 +209,7 @@ test-rust-tracing target=default-target features="" target-triple="":
212209

213210
test-doc target=default-target features="" target-triple="":
214211
cargo test --profile={{ if target == "debug" { "dev" } else { target } }}{{ if target-triple != "" { " --target " + target-triple } else { "" } }} {{ if features =="" {''} else { "--features " + features } }} --doc
212+
215213
################
216214
### LINTING ####
217215
################

0 commit comments

Comments
 (0)