You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
b4ac1a1 ci: Run valgrind/memcheck tasks with 2 CPUs (Tim Ruffing)
e70acab ci: Use Cirrus "greedy" flag to use idle CPU time when available (Tim Ruffing)
d07e301 ci: Update brew on macOS (Tim Ruffing)
22382f0 ci: Test different ecmult window sizes (Tim Ruffing)
26a022a ci: Remove STATICPRECOMPUTATION (Tim Ruffing)
10461d8 precompute_ecmult: Always compute all tables up to default WINDOW_G (Tim Ruffing)
Pull request description:
ACKs for top commit:
elichai:
utACK b4ac1a1
jonasnick:
ACK b4ac1a1
Tree-SHA512: b283d7b1c72cf87484de1fe98318298698fe9982dc33389eaca62e92318ab0074c183b9799add274f46358032491fee875e5ffb2a76a47f3b07520b850f4c85e
name: "s390x (big-endian): Linux (Debian stable, QEMU)"
168
-
container:
169
-
dockerfile: ci/linux-debian.Dockerfile
170
-
cpu: 1
171
-
memory: 1G
170
+
<< : *LINUX_CONTAINER
172
171
env:
173
172
WRAPPER_CMD: qemu-s390x
174
173
SECP256K1_TEST_ITERS: 16
@@ -188,10 +187,7 @@ task:
188
187
189
188
task:
190
189
name: "ARM32: Linux (Debian stable, QEMU)"
191
-
container:
192
-
dockerfile: ci/linux-debian.Dockerfile
193
-
cpu: 1
194
-
memory: 1G
190
+
<< : *LINUX_CONTAINER
195
191
env:
196
192
WRAPPER_CMD: qemu-arm
197
193
SECP256K1_TEST_ITERS: 16
@@ -212,10 +208,7 @@ task:
212
208
213
209
task:
214
210
name: "ARM64: Linux (Debian stable, QEMU)"
215
-
container:
216
-
dockerfile: ci/linux-debian.Dockerfile
217
-
cpu: 1
218
-
memory: 1G
211
+
<< : *LINUX_CONTAINER
219
212
env:
220
213
WRAPPER_CMD: qemu-aarch64
221
214
SECP256K1_TEST_ITERS: 16
@@ -233,10 +226,7 @@ task:
233
226
234
227
task:
235
228
name: "ppc64le: Linux (Debian stable, QEMU)"
236
-
container:
237
-
dockerfile: ci/linux-debian.Dockerfile
238
-
cpu: 1
239
-
memory: 1G
229
+
<< : *LINUX_CONTAINER
240
230
env:
241
231
WRAPPER_CMD: qemu-ppc64le
242
232
SECP256K1_TEST_ITERS: 16
@@ -254,10 +244,7 @@ task:
254
244
255
245
task:
256
246
name: "x86_64 (mingw32-w64): Windows (Debian stable, Wine)"
257
-
container:
258
-
dockerfile: ci/linux-debian.Dockerfile
259
-
cpu: 1
260
-
memory: 1G
247
+
<< : *LINUX_CONTAINER
261
248
env:
262
249
WRAPPER_CMD: wine64-stable
263
250
SECP256K1_TEST_ITERS: 16
@@ -275,10 +262,7 @@ task:
275
262
276
263
# Sanitizers
277
264
task:
278
-
container:
279
-
dockerfile: ci/linux-debian.Dockerfile
280
-
cpu: 1
281
-
memory: 2G
265
+
<< : *LINUX_CONTAINER
282
266
env:
283
267
ECDH: yes
284
268
RECOVERY: yes
@@ -287,11 +271,15 @@ task:
287
271
CTIMETEST: no
288
272
matrix:
289
273
- name: "Valgrind (memcheck)"
274
+
container:
275
+
cpu: 2
290
276
env:
291
277
# The `--error-exitcode` is required to make the test fail if valgrind found errors, otherwise it'll return 0 (https://www.valgrind.org/docs/manual/manual-core.html)
0 commit comments