From 4ab061ed988577fcb64e8927b2331346202ee32c Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sat, 1 Jan 2022 18:37:58 +0300 Subject: fix(ops/pipelines): Realise anchor derivation for rooting Turns the anchor derivation into something that can actually be built (a call creating a propagated build inputs file), and builds it. This should fix the anchoring logic we have on canon. Change-Id: If6a7662b82e2e396388980f65e332cf67a45b46e Reviewed-on: https://cl.tvl.fyi/c/depot/+/4763 Tested-by: BuildkiteCI Autosubmit: tazjin Reviewed-by: sterni --- ops/pipelines/static-pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ops') diff --git a/ops/pipelines/static-pipeline.yaml b/ops/pipelines/static-pipeline.yaml index 872a6c5d27a7..dbac741adb1e 100644 --- a/ops/pipelines/static-pipeline.yaml +++ b/ops/pipelines/static-pipeline.yaml @@ -66,7 +66,7 @@ steps: - label: ":anchor:" if: "build.branch == 'refs/heads/canon'" command: | - nix-instantiate -A ci.gcroot --add-root /nix/var/nix/gcroots/depot/canon + nix-build -A ci.gcroot --out-link /nix/var/nix/gcroots/depot/canon depends_on: - step: ":duck:" allow_failure: false -- cgit 1.4.1