glog: disable broken test everywhere

This commit is contained in:
FliegendeWurst
2025-01-13 22:51:11 +01:00
parent a0509da074
commit 4517d158a1
+2 -2
View File
@@ -67,8 +67,8 @@ stdenv.mkDerivation 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 != [ ]