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
Copy file name to clipboardexpand all lines: .cirrus.yml
+4-2
Original file line number
Diff line number
Diff line change
@@ -263,8 +263,6 @@ task:
263
263
# Sanitizers
264
264
task:
265
265
<< : *LINUX_CONTAINER
266
-
container:
267
-
memory: 2G
268
266
env:
269
267
ECDH: yes
270
268
RECOVERY: yes
@@ -273,11 +271,15 @@ task:
273
271
CTIMETEST: no
274
272
matrix:
275
273
- name: "Valgrind (memcheck)"
274
+
container:
275
+
cpu: 2
276
276
env:
277
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