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:
Olivér Falvai 2024-11-10 20:38:22 +01:00 committed by github-actions[bot]
parent 54855316eb
commit c3dba10c4d

View File

@ -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;
};
}