Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
real-or-random committed Sep 5, 2023
1 parent a7f0667 commit 62b0bb9
Showing 1 changed file with 29 additions and 26 deletions.
55 changes: 29 additions & 26 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,18 +54,20 @@ linux_arm64_container_snippet: &LINUX_ARM64_CONTAINER
# Reduce number of CPUs to be able to do more builds in parallel.
cpu: 1
# Gives us more CPUs for free if they're available.
greedy: true
# greedy: true
# More than enough for our scripts.
memory: 2G

task:
name: "ARM64: Linux (Debian stable)"
arm_container:
<< : *LINUX_ARM64_CONTAINER
persistent_worker:
labels:
type: arm64
type: arm64
isolation:
container:
<< : *LINUX_ARM64_CONTAINER
env:
CIRRUS_ARCH: arm64
ECDH: yes
RECOVERY: yes
SCHNORRSIG: yes
Expand All @@ -77,25 +79,26 @@ task:
- ./ci/ci.sh
<< : *CAT_LOGS

task:
name: "ARM64: Linux (Debian stable), Valgrind"
arm_container:
<< : *LINUX_ARM64_CONTAINER
persistent_worker:
labels:
type: arm64
env:
ECDH: yes
RECOVERY: yes
SCHNORRSIG: yes
ELLSWIFT: yes
WRAPPER_CMD: 'valgrind --error-exitcode=42'
SECP256K1_TEST_ITERS: 2
matrix:
- env: { CC: 'gcc' }
- env: { CC: 'clang' }
- env: { CC: 'gcc-snapshot' }
- env: { CC: 'clang-snapshot' }
test_script:
- ./ci/ci.sh
<< : *CAT_LOGS
#task:
#name: "ARM64: Linux (Debian stable), Valgrind"
#persistent_worker:
#labels:
#type: arm64
#isolation:
#container:
#<< : *LINUX_ARM64_CONTAINER
#env:
#ECDH: yes
#RECOVERY: yes
#SCHNORRSIG: yes
#ELLSWIFT: yes
#WRAPPER_CMD: 'valgrind --error-exitcode=42'
#SECP256K1_TEST_ITERS: 2
#matrix:
#- env: { CC: 'gcc' }
#- env: { CC: 'clang' }
#- env: { CC: 'gcc-snapshot' }
#- env: { CC: 'clang-snapshot' }
#test_script:
#- ./ci/ci.sh
#<< : *CAT_LOGS

0 comments on commit 62b0bb9

Please sign in to comment.