mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
build: remove warning when in sandboxing test mode
Introduced in 66fccd5832
, but somehow
breaks the secure-drv-outputs test.
This commit is contained in:
parent
c3181e21e7
commit
8b3217f832
1 changed files with 0 additions and 1 deletions
|
@ -3464,7 +3464,6 @@ void DerivationGoal::runChild()
|
|||
}
|
||||
args.push_back(drv->builder);
|
||||
} else {
|
||||
printError("warning: running in sandboxing test mode, sandbox disabled");
|
||||
builder = drv->builder.c_str();
|
||||
args.push_back(std::string(baseNameOf(drv->builder)));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue