fix: Compiling rp should be disabled on mac

This commit is contained in:
Karolin Varner
2025-08-07 10:14:45 +02:00
parent 15ae4b4ae5
commit 72e6542958
3 changed files with 70 additions and 54 deletions

View File

@@ -1,5 +1,6 @@
use std::process::Command;
#[cfg(any(target_os = "linux", target_os = "freebsd"))]
#[test]
fn smoketest() -> anyhow::Result<()> {
let tmpdir = tempfile::tempdir()?;