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 6389a01 commit 0b2a4afCopy full SHA for 0b2a4af
src/hyperlight_host/src/sandbox/initialized_multi_use.rs
@@ -674,6 +674,7 @@ mod tests {
674
#[ignore]
675
#[cfg(target_os = "linux")]
676
fn test_violate_seccomp_filters() -> Result<()> {
677
+ #[cfg(feature = "seccomp")]
678
use hyperlight_common::flatbuffer_wrappers::guest_error::ErrorCode;
679
680
fn make_get_pid_syscall() -> Result<u64> {
0 commit comments