From 25db6224544be0df483a661f5e2cc1ed595525ae Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 13 May 2004 19:35:46 +0000 Subject: * Load balancing. `build-remote.pl' will only execute up to a per-machine maximum number of parallel jobs on a remote machine. --- distributed/test.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'distributed/test.sh') diff --git a/distributed/test.sh b/distributed/test.sh index 38116eba5dd1..78f83095e820 100755 --- a/distributed/test.sh +++ b/distributed/test.sh @@ -2,8 +2,11 @@ set -e +rm -f current-load +touch current-load + storeExpr=$(nix-instantiate ~/nixpkgs/pkgs/system/test.nix) export NIX_BUILD_HOOK="build-remote.pl" -../src/nix-store/nix-store -qnvvvv -j0 $storeExpr +../src/nix-store/nix-store -qnvvvv -j1 $storeExpr -- cgit 1.4.1