bitwuzla: test on aarch64-linux

This commit is contained in:
Guillaume Girol 2024-04-03 12:00:00 +00:00
parent 71096455f0
commit 5847c4078d

View file

@ -58,8 +58,8 @@ stdenv.mkDerivation (finalAttrs: {
nativeCheckInputs = [ python3 ]; nativeCheckInputs = [ python3 ];
checkInputs = [ gtest ]; checkInputs = [ gtest ];
# two tests fail on darwin and 3 on aarch64-linux # two tests fail on darwin
doCheck = stdenv.hostPlatform.isLinux && (!stdenv.hostPlatform.isAarch64); doCheck = stdenv.hostPlatform.isLinux;
meta = { meta = {
description = "A SMT solver for fixed-size bit-vectors, floating-point arithmetic, arrays, and uninterpreted functions"; description = "A SMT solver for fixed-size bit-vectors, floating-point arithmetic, arrays, and uninterpreted functions";