Skip to content

Commit 5d778f6

Browse files
authored
Enable windows cross for nixpkgs 19.09 on hydra (#410)
1 parent 9643db3 commit 5d778f6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

release.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,8 @@ let
4040
native = filterTests (mapTestOn (packagePlatforms pkgs));
4141
# Disabled for now. Something is wrong and this would require `allowBroken`
4242
# "${musl64.config}" = filterTests (mapTestOnCross musl64 (packagePlatforms pkgs));
43-
} // (optionalAttrs (nixpkgs-pin == "release-19.03") {
4443
"${mingwW64.config}" = filterTests (mapTestOnCross mingwW64 (packagePlatforms pkgs));
45-
});
44+
};
4645

4746
allJobs =
4847
builtins.mapAttrs (_: nixpkgs-pin: jobs nixpkgs-pin) {

0 commit comments

Comments
 (0)