@@ -38,7 +38,8 @@ pkg "argparse"
3838pkg " arraymancer" ,
" nimble install -y; nimble uninstall -i -y nimcuda; nimble install [email protected] ; nim c tests/tests_cpu.nim" 3939pkg " ast_pattern_matching" , " nim c -r tests/test1.nim"
4040pkg " asyncftpclient" , " nimble compileExample"
41- pkg " asyncthreadpool" , " nimble test --mm:refc"
41+ when not defined (arm64):
42+ pkg " asyncthreadpool" , " nimble test --mm:refc"
4243pkg " awk"
4344pkg " bigints"
4445pkg " binaryheap" , " nim c -r binaryheap.nim"
@@ -59,7 +60,8 @@ pkg "comprehension", "nimble test", "https://github.com/alehander92/comprehensio
5960pkg " confutils" , " nimble install -y toml_serialization json_serialization unittest2; nimble test"
6061pkg " constantine" , " nimble make_lib"
6162pkg " cowstrings" , " nim c -r tests/tcowstrings.nim"
62- pkg " criterion"
63+ when not defined (arm64):
64+ pkg " criterion"
6365pkg " dashing" , " nim c tests/functional.nim"
6466pkg " datamancer"
6567pkg " delaunay"
@@ -121,7 +123,8 @@ pkg "nimpy", "nim c -r tests/nimfrompy.nim"
121123pkg " nimquery"
122124pkg " nimsl"
123125pkg " nimsvg"
124- pkg " nimterop" , " nimble minitest" , url = " https://github.com/nim-lang/nimterop"
126+ when not defined (arm64):
127+ pkg " nimterop" , " nimble minitest" , url = " https://github.com/nim-lang/nimterop"
125128pkg " nimwc" , " nim c nimwc.nim"
126129pkg " nitter" , " nim c src/nitter.nim" , " https://github.com/zedeus/nitter"
127130pkg " noise"
@@ -133,7 +136,8 @@ pkg "optionsutils"
133136pkg " ormin" , " nim c -o:orminn ormin.nim"
134137pkg " parsetoml"
135138pkg " patty"
136- pkg " pixie"
139+ when not defined (arm64):
140+ pkg " pixie"
137141pkg " plotly" , " nim c examples/all.nim"
138142pkg " pnm"
139143pkg " polypbren"
@@ -177,7 +181,8 @@ pkg "unicodeplus", "nim c -d:release -r tests/tests.nim"
177181pkg " union" , " nim c -r tests/treadme.nim" , url = " https://github.com/alaviss/union"
178182pkg " unittest2"
179183pkg " unpack"
180- pkg " weave" , " nimble install -y cligen@#HEAD; nimble test_gc_arc" , useHead = true
184+ when not defined (arm64):
185+ pkg " weave" , " nimble install -y cligen@#HEAD; nimble test_gc_arc" , useHead = true
181186pkg " websock" , " nim c -d:chronosStrictException -d:chronicles_log_level=INFO --mm:refc tests/all_tests.nim"
182187pkg " websocket" , " nim c websocket.nim"
183188pkg " with"
0 commit comments