Merge pull request #251729 from tjni/glog-disable-test
glog: disable logging tests on aarch64-darwin
This commit is contained in:
@@ -53,6 +53,8 @@ stdenv.mkDerivation rec {
|
||||
let
|
||||
excludedTests = lib.optionals stdenv.isDarwin [
|
||||
"mock-log"
|
||||
] ++ lib.optionals (stdenv.isDarwin && stdenv.isAarch64) [
|
||||
"logging" # works around segfaults on aarch64-darwin for now
|
||||
];
|
||||
excludedTestsRegex = lib.optionalString (excludedTests != [ ]) "(${lib.concatStringsSep "|" excludedTests})";
|
||||
in
|
||||
|
||||
Reference in New Issue
Block a user