Merge pull request #200616 from emmabastas/mpw-aarch64-nocheck

This commit is contained in:
Martin Weinelt
2022-11-11 02:45:29 +01:00
committed by GitHub
+3 -1
View File
@@ -43,7 +43,9 @@ in stdenv.mkDerivation rec {
runHook postInstall
'';
doCheck = true;
# Some tests are expected to fail on ARM64
# See: https://gitlab.com/spectre.app/cli/-/issues/27#note_962950844 (mpw is a predecessor to spectre-cli and this issue is relevant to mpw as well)
doCheck = !(stdenv.isLinux && stdenv.isAarch64);
checkPhase = ''
runHook preCheck