Skip to content

Commit

Permalink
Add comment about cross compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed Feb 17, 2020
1 parent 21094b2 commit 5278371
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions release.nix
Expand Up @@ -57,6 +57,7 @@ let

jobs = {
native = mapTestOn (packagePlatformsOrig project);
# Cross compilation, excluding the dockerImage and shells that we cannnot cross compile
"${mingwW64.config}" = mapTestOnCross mingwW64 (packagePlatformsCross
(filterAttrs (n: _: n != "dockerImage" && n != "shell" && n != "stackShell") project));
musl64 = mapTestOnCross musl64 (packagePlatformsCross
Expand Down

0 comments on commit 5278371

Please sign in to comment.