Skip to content

Commit

Permalink
swift: mark as broken on darwin (#324593)
Browse files Browse the repository at this point in the history
  • Loading branch information
Guanran928 authored Jul 5, 2024
1 parent d2a6a82 commit b9d5f7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/compilers/swift/compiler/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -701,6 +701,7 @@ in stdenv.mkDerivation {
maintainers = with lib.maintainers; [ dtzWill trepetti dduan trundle stephank ];
license = lib.licenses.asl20;
platforms = with lib.platforms; linux ++ darwin;
broken = stdenv.isDarwin;
# Swift doesn't support 32-bit Linux, unknown on other platforms.
badPlatforms = lib.platforms.i686;
timeout = 86400; # 24 hours.
Expand Down

0 comments on commit b9d5f7c

Please sign in to comment.