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:
Olivér Falvai 2024-11-14 20:51:39 +01:00 committed by github-actions[bot]
parent e5074cbb76
commit c7400e3e47

View File

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