mirror of
https://codeberg.org/demostf/parser.git
synced 2026-06-03 18:24:05 +02:00
don't run tests on aarch64 hydra
This commit is contained in:
parent
7ef73499bf
commit
0b99f713f0
1 changed files with 2 additions and 0 deletions
|
|
@ -16,6 +16,8 @@ in
|
||||||
|
|
||||||
inherit src;
|
inherit src;
|
||||||
|
|
||||||
|
doCheck = stdenv.system == "x86_64-linux"; # building the tests takes +- forever on aarch64 for some reason
|
||||||
|
|
||||||
cargoLock = {
|
cargoLock = {
|
||||||
lockFile = ./Cargo.lock;
|
lockFile = ./Cargo.lock;
|
||||||
outputHashes = {
|
outputHashes = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue