Hive
fix(release): package supported microsandbox targets
GitHub issue · Closed
Source
tuist/once #58
Updated
Jun 24, 2026
Domains
Once
Summary
- Installs
libcap-ng-devin the Linux release packaging job soonce-clican link the embedded Microsandbox provider. - Limits the embedded Microsandbox dependency to Linux and Apple Silicon macOS, avoiding the Intel macOS dependency path that fails in
msb_krun_utils. - Keeps unsupported targets on the existing provider configuration error path.
Testing
mise exec -- cargo check -p once-clirustup target add x86_64-apple-darwinmise exec -- cargo check -p once-cli --target x86_64-apple-darwinmise exec -- cargo clippy -p once-core --all-targets -- -D warningsmise exec -- cargo fmt --all -- --checkgit diff --checkrg -n "—" .github/workflows/release.yml crates/once-core/Cargo.toml crates/once-core/src/remote/microsandbox.rs || true
No GitHub comments yet.