1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 23:03:53 -04:00

Revert "Skip build-remote-trustless unless sandbox is supported."

This reverts commit fad0dd4afb.
This commit is contained in:
Ben Radford 2023-07-18 09:29:27 +01:00
parent 37598a13e8
commit f66b65a30a
No known key found for this signature in database
GPG key ID: 9DF5D4640AB888D5

View file

@ -2,7 +2,6 @@ source common.sh
enableFeatures "daemon-trust-override"
requireSandboxSupport
restartDaemon
[[ $busybox =~ busybox ]] || skipTest "no busybox"