forked from lix-project/lix
* Use `-j0'.
This commit is contained in:
parent
efa5fa1a91
commit
5087c8f645
|
@ -2,14 +2,7 @@ storeExpr=$($TOP/src/nix-instantiate/nix-instantiate parallel.nix)
|
||||||
|
|
||||||
echo "store expr is $storeExpr"
|
echo "store expr is $storeExpr"
|
||||||
|
|
||||||
#for i in $(seq 1 5); do
|
outPath=$($TOP/src/nix-store/nix-store -qnfvvvv -j0 "$storeExpr")
|
||||||
# echo "WORKER $i"
|
|
||||||
# $TOP/src/nix-store/nix-store -rvvB "$storeExpr" &
|
|
||||||
#done
|
|
||||||
|
|
||||||
#sleep 5
|
|
||||||
|
|
||||||
outPath=$($TOP/src/nix-store/nix-store -qnfvvvvvvK "$storeExpr")
|
|
||||||
|
|
||||||
echo "output path is $outPath"
|
echo "output path is $outPath"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue