mirror of
https://github.com/NixOS/nix.git
synced 2024-11-21 22:32:26 +00:00
enable nixos tests for fetchGit and remote builds
This commit is contained in:
parent
fbceb864fa
commit
032122400b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user