1
0
Fork 0
mirror of https://codeberg.org/demostf/parser.git synced 2026-06-03 10:14:06 +02:00

don't run tests on aarch64 hydra

This commit is contained in:
Robin Appelman 2024-04-05 16:40:12 +02:00
commit 0b99f713f0

View file

@ -16,6 +16,8 @@ in
inherit src;
doCheck = stdenv.system == "x86_64-linux"; # building the tests takes +- forever on aarch64 for some reason
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {