@@ -38,7 +38,8 @@ pkg "argparse"
38
38
pkg " arraymancer" , " nimble install -y; nimble uninstall -i -y nimcuda; nimble install nimcuda@0.2.1; nim c tests/tests_cpu.nim"
39
39
pkg " ast_pattern_matching" , " nim c -r tests/test1.nim"
40
40
pkg " asyncftpclient" , " nimble compileExample"
41
- pkg " asyncthreadpool" , " nimble test --mm:refc"
41
+ when not defined (arm64):
42
+ pkg " asyncthreadpool" , " nimble test --mm:refc"
42
43
pkg " awk"
43
44
pkg " bigints"
44
45
pkg " binaryheap" , " nim c -r binaryheap.nim"
@@ -59,7 +60,8 @@ pkg "comprehension", "nimble test", "https://github.com/alehander92/comprehensio
59
60
pkg " confutils" , " nimble install -y toml_serialization json_serialization unittest2; nimble test"
60
61
pkg " constantine" , " nimble make_lib"
61
62
pkg " cowstrings" , " nim c -r tests/tcowstrings.nim"
62
- pkg " criterion"
63
+ when not defined (arm64):
64
+ pkg " criterion"
63
65
pkg " dashing" , " nim c tests/functional.nim"
64
66
pkg " datamancer"
65
67
pkg " delaunay"
@@ -121,7 +123,8 @@ pkg "nimpy", "nim c -r tests/nimfrompy.nim"
121
123
pkg " nimquery"
122
124
pkg " nimsl"
123
125
pkg " 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"
125
128
pkg " nimwc" , " nim c nimwc.nim"
126
129
pkg " nitter" , " nim c src/nitter.nim" , " https://github.com/zedeus/nitter"
127
130
pkg " noise"
@@ -133,7 +136,8 @@ pkg "optionsutils"
133
136
pkg " ormin" , " nim c -o:orminn ormin.nim"
134
137
pkg " parsetoml"
135
138
pkg " patty"
136
- pkg " pixie"
139
+ when not defined (arm64):
140
+ pkg " pixie"
137
141
pkg " plotly" , " nim c examples/all.nim"
138
142
pkg " pnm"
139
143
pkg " polypbren"
@@ -177,7 +181,8 @@ pkg "unicodeplus", "nim c -d:release -r tests/tests.nim"
177
181
pkg " union" , " nim c -r tests/treadme.nim" , url = " https://github.com/alaviss/union"
178
182
pkg " unittest2"
179
183
pkg " 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
181
186
pkg " websock" , " nim c -d:chronosStrictException -d:chronicles_log_level=INFO --mm:refc tests/all_tests.nim"
182
187
pkg " websocket" , " nim c websocket.nim"
183
188
pkg " with"
0 commit comments