dotnetCorePackages.dotnet_{8,9}.vmr: mark broken on x86_64-darwin
This commit is contained in:
@@ -481,5 +481,8 @@ stdenv.mkDerivation rec {
|
||||
"x86_64-darwin"
|
||||
"aarch64-darwin"
|
||||
];
|
||||
# build deadlocks intermittently on rosetta
|
||||
# https://github.com/dotnet/runtime/issues/111628
|
||||
broken = stdenv.hostPlatform.system == "x86_64-darwin";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user