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 a4bb6dd commit 5476cddCopy full SHA for 5476cdd
.github/workflows/dep_rust.yml
@@ -87,6 +87,7 @@ jobs:
87
# make sure certain cargo features compile
88
cargo check -p hyperlight-host --features crashdump
89
cargo check -p hyperlight-host --features print_debug
90
+ cargo check -p hyperlight-host --features gdb
91
92
# without any driver (shouldn't compile)
93
just test-rust-feature-compilation-fail ${{ matrix.config }}
0 commit comments