mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 17:14:00 +00:00
lbreakout2: disable hanging darwin Hydra builds
https://hydra.nixos.org/job/nixpkgs/staging-next/lbreakout2.aarch64-darwin
(cherry picked from commit 7a25334a14
)
This commit is contained in:
parent
e5074cbb76
commit
c7400e3e47
@ -49,5 +49,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
mainProgram = "lbreakout2";
|
||||
maintainers = with lib.maintainers; [ AndersonTorres ciil ];
|
||||
platforms = lib.platforms.unix;
|
||||
hydraPlatforms = lib.platforms.linux; # build hangs on both Darwin platforms, needs investigation
|
||||
};
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user