We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9643db3 commit 5d778f6Copy full SHA for 5d778f6
release.nix
@@ -40,9 +40,8 @@ let
40
native = filterTests (mapTestOn (packagePlatforms pkgs));
41
# Disabled for now. Something is wrong and this would require `allowBroken`
42
# "${musl64.config}" = filterTests (mapTestOnCross musl64 (packagePlatforms pkgs));
43
- } // (optionalAttrs (nixpkgs-pin == "release-19.03") {
44
"${mingwW64.config}" = filterTests (mapTestOnCross mingwW64 (packagePlatforms pkgs));
45
- });
+ };
46
47
allJobs =
48
builtins.mapAttrs (_: nixpkgs-pin: jobs nixpkgs-pin) {
0 commit comments