aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorregnat <rg@regnat.ovh>2021-05-19 14:51:34 +0200
committerregnat <rg@regnat.ovh>2021-05-26 18:44:17 +0200
commita22755721b51949dbf03bc1eb156d6f37dc10bac (patch)
tree3531730d3a18fa5dff91df82304167d1d2d75caf /tests
parentce1a6c6b13070bf4d9d6d4aedb8158333eaef9b3 (diff)
Recursively substitute the realisations
Make sure that whenever we substitute a realisation, we also substitute its entire closure
Diffstat (limited to 'tests')
-rw-r--r--tests/ca/substitute.sh8
1 files changed, 6 insertions, 2 deletions
diff --git a/tests/ca/substitute.sh b/tests/ca/substitute.sh
index dfc4ea68e..c80feaacf 100644
--- a/tests/ca/substitute.sh
+++ b/tests/ca/substitute.sh
@@ -17,11 +17,15 @@ buildDrvs () {
# Populate the remote cache
clearStore
-buildDrvs --post-build-hook ../push-to-store.sh
+nix copy --to $REMOTE_STORE --file ./content-addressed.nix
# Restart the build on an empty store, ensuring that we don't build
clearStore
-buildDrvs --substitute --substituters $REMOTE_STORE --no-require-sigs -j0
+buildDrvs --substitute --substituters $REMOTE_STORE --no-require-sigs -j0 transitivelyDependentCA
+# Check that the thing we’ve just substituted has its realisation stored
+nix realisation info --file ./content-addressed.nix transitivelyDependentCA
+# Check that its dependencies have it too
+nix realisation info --file ./content-addressed.nix dependentCA rootCA
# Same thing, but
# 1. With non-ca derivations