mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
bun: disable hanging x86_64-darwin Hydra build
https://hydra.nixos.org/job/nixpkgs/trunk/bun.x86_64-darwin
(cherry picked from commit f28717d909
)
This commit is contained in:
parent
54855316eb
commit
c3dba10c4d
@ -97,5 +97,8 @@ stdenvNoCC.mkDerivation rec {
|
||||
# Broken for Musl at 2024-01-13, tracking issue:
|
||||
# https://github.com/NixOS/nixpkgs/issues/280716
|
||||
broken = stdenvNoCC.hostPlatform.isMusl;
|
||||
|
||||
# Hangs when run via Rosetta 2 on Apple Silicon
|
||||
hydraPlatforms = lib.lists.remove "x86_64-darwin" lib.platforms.all;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user