We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cb2fa4 commit 6a68f85Copy full SHA for 6a68f85
Justfile
@@ -104,7 +104,7 @@ like-ci config=default-target hypervisor="kvm":
104
{{ if os() == "linux" { "just clippy-exhaustive " + config } else { "" } }}
105
106
@# Verify MSRV
107
- ./dev/verify-msrv.sh hyperlight-host hyperlight-guest hyperlight-guest-bin hyperlight-common
+ ./dev/verify-msrv.sh hyperlight-common hyperlight-guest hyperlight-guest-bin hyperlight-host hyperlight-component-util hyperlight-component-macro hyperlight-guest-tracing-macro hyperlight-guest-tracing
108
109
@# Build and move Rust guests
110
just build-rust-guests {{config}}
0 commit comments