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

Commit 86f291e

Browse files
committed
[DEVOPS-1223] allow hydra to cache the regen script
1 parent 8af4234 commit 86f291e

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)