forked from lix-project/lix
Fix test
This commit is contained in:
parent
9d5e9ef0da
commit
1e66d146a3
|
@ -271,5 +271,5 @@ rm $cacheDir/$(hashpart $docPath).narinfo
|
|||
|
||||
nix-store --delete $outPath $docPath
|
||||
# -vvv is the level that logs during the loop
|
||||
timeout 60 nix-build -E "$expr" --option substituters "file://$cacheDir" \
|
||||
timeout 60 nix-build --no-out-link -E "$expr" --option substituters "file://$cacheDir" \
|
||||
--option trusted-binary-caches "file://$cacheDir" --no-require-sigs
|
||||
|
|
Loading…
Reference in a new issue