[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
85/376: tests/remote-builds.nix: Don't try cache.nixos.org
From: |
Ludovic Courtès |
Subject: |
85/376: tests/remote-builds.nix: Don't try cache.nixos.org |
Date: |
Wed, 28 Jan 2015 22:04:13 +0000 |
civodul pushed a commit to tag 1.8
in repository guix.
commit a6ab3cf35f379e28d59bce7c235d10381256e13a
Author: Eelco Dolstra <address@hidden>
Date: Thu Jul 24 11:50:05 2014 +0200
tests/remote-builds.nix: Don't try cache.nixos.org
---
tests/remote-builds.nix | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/tests/remote-builds.nix b/tests/remote-builds.nix
index eb80a7d..6fc372c 100644
--- a/tests/remote-builds.nix
+++ b/tests/remote-builds.nix
@@ -59,6 +59,7 @@ in
virtualisation.writableStore = true;
virtualisation.pathsInNixDB = [ config.system.build.extraUtils ];
nix.package = nix;
+ nix.binaryCaches = [ ];
};
};
- 76/376: nix-daemon: Simplify stderr handling, (continued)
- 76/376: nix-daemon: Simplify stderr handling, Ludovic Courtès, 2015/01/28
- 71/376: Revert old useBuildHook behaviour, Ludovic Courtès, 2015/01/28
- 65/376: nix-daemon: Only print connection info if we have SO_PEERCRED, Ludovic Courtès, 2015/01/28
- 69/376: Bump, Ludovic Courtès, 2015/01/28
- 62/376: Be more strict about file names in NARs, Ludovic Courtès, 2015/01/28
- 78/376: Pass -pthread only for programs that need it, Ludovic Courtès, 2015/01/28
- 80/376: Remove some dead code, Ludovic Courtès, 2015/01/28
- 72/376: Remove dead code, Ludovic Courtès, 2015/01/28
- 81/376: Add some assertions, Ludovic Courtès, 2015/01/28
- 82/376: More debugging, Ludovic Courtès, 2015/01/28
- 85/376: tests/remote-builds.nix: Don't try cache.nixos.org,
Ludovic Courtès <=
- 79/376: Remove some obsolete files, Ludovic Courtès, 2015/01/28
- 83/376: Fix bogus pass by reference, Ludovic Courtès, 2015/01/28
- 88/376: Refactor, Ludovic Courtès, 2015/01/28
- 87/376: tests/remote-builds.nix: Test failing build, Ludovic Courtès, 2015/01/28
- 89/376: build-remote.pl: Be less verbose on failing builds, Ludovic Courtès, 2015/01/28
- 86/376: nix-store --serve: Only monitor stdin during builds, Ludovic Courtès, 2015/01/28
- 77/376: nix-daemon: Less verbosity, Ludovic Courtès, 2015/01/28
- 74/376: nix-daemon: Use a thread instead of SIGPOLL to catch client disconnects, Ludovic Courtès, 2015/01/28
- 99/376: install-nix-from-closure.sh: Install cacert, Ludovic Courtès, 2015/01/28
- 93/376: nix-copy-closure: Implement --gzip via ssh's -C flag, Ludovic Courtès, 2015/01/28