mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 12:06:01 +01: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);
|
args.push_back(drv->builder);
|
||||||
} else {
|
} else {
|
||||||
printError("warning: running in sandboxing test mode, sandbox disabled");
|
|
||||||
builder = drv->builder.c_str();
|
builder = drv->builder.c_str();
|
||||||
args.push_back(std::string(baseNameOf(drv->builder)));
|
args.push_back(std::string(baseNameOf(drv->builder)));
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue