Re-implement binary cache signature checking

This is now done in LocalStore::addToStore(), rather than in the
binary cache substituter (which no longer exists).
This commit is contained in:
Eelco Dolstra
2016-05-30 15:18:12 +02:00
parent 12ddbad458
commit 3593c8285d
3 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ clearStore
rm $(grep -l "StorePath:.*dependencies-input-2" $cacheDir/*.narinfo)
nix-build --option binary-caches "file://$cacheDir" dependencies.nix -o $TEST_ROOT/result 2>&1 | tee $TEST_ROOT/log
grep -q "Downloading" $TEST_ROOT/log
grep -q "fetching path" $TEST_ROOT/log
if [ -n "$HAVE_SODIUM" ]; then