Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit 0bb4e77

Browse files
Merge #4049
4049: [DEVOPS-1223] allow hydra to cache the regen script r=disassembler a=cleverca22 ## Description <!--- A brief description of this PR and the problem is trying to solve --> ## Linked issue <!--- Put here the relevant issue from YouTrack --> Co-authored-by: Michael Bishop <[email protected]>
2 parents 8af4234 + 86f291e commit 0bb4e77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

release.nix

+1
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ in pkgs.lib.fix (jobsets: mapped // mapped-nix-tools' // {
220220
ln -sv ${fixedNixpkgs} $out
221221
'';
222222
in if 0 <= builtins.compareVersions builtins.nixVersion "1.12" then wrapped else fixedNixpkgs;
223+
regen-script = import ./pkgs/regen.nix {};
223224
# the result of running every cardano test-suite on 64bit linux
224225
all-cardano-tests.x86_64-linux = makeCardanoTestRuns "x86_64-linux";
225226
# hydra will create a special aggregate job, that relies on all of these sub-jobs passing

0 commit comments

Comments
 (0)