Merge #210058: dejagnu: disable tests on aarch64-darwin
...into staging-next
This commit is contained in:
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
configureScript = "../configure";
|
||||
|
||||
doCheck = true;
|
||||
doCheck = !(with stdenv; isDarwin && isAarch64);
|
||||
|
||||
# Note: The test-suite *requires* /dev/pts among the `build-chroot-dirs' of
|
||||
# the build daemon when building in a chroot. See
|
||||
|
||||
Reference in New Issue
Block a user