glog: disable broken test (#371915)

This commit is contained in:
Vladimír Čunát
2025-02-08 11:54:06 +01:00
+2 -2
View File
@@ -73,8 +73,8 @@ stdenv.mkDerivation (finalAttrs: rec {
lib.optionals stdenv.hostPlatform.isDarwin [
"mock-log"
]
++ lib.optionals (stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isAarch64) [
"logging" # works around segfaults on aarch64-darwin for now
++ [
"logging" # works around segfaults for now
];
excludedTestsRegex = lib.optionalString (
excludedTests != [ ]