Skip to content

Commit

Permalink
prevent compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfv committed Nov 30, 2024
1 parent 379febd commit c94d138
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions crates/rattler_sandbox/tests/tests_impl.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#![cfg(any(
target_os = "macos",
all(target_os = "linux", target_arch = "x86_64"),
all(target_os = "linux", target_arch = "aarch64"),
))]

use libtest_mimic::{Failed, Trial};
use rattler_sandbox::sandboxed_command;

Expand Down

0 comments on commit c94d138

Please sign in to comment.