Compare commits

...

1 Commits

Author SHA1 Message Date
DavHau
032122400b enable nixos tests for fetchGit and remote builds 2024-11-20 15:16:23 -05:00

View File

@@ -179,6 +179,7 @@
repl-completion = nixpkgsFor.${system}.native.callPackage ./tests/repl-completion.nix { };
} // (lib.optionalAttrs (builtins.elem system linux64BitSystems)) {
dockerImage = self.hydraJobs.dockerImage.${system};
fetch-git = self.hydraJobs.tests.fetch-git;
} // (lib.optionalAttrs (!(builtins.elem system linux32BitSystems))) {
# Some perl dependencies are broken on i686-linux.
# Since the support is only best-effort there, disable the perl