Skip to content

Commit

Permalink
ci/cirrus: Add ARM32 valgrind tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
real-or-random committed Oct 26, 2023
1 parent 1f1bb78 commit e137129
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,27 @@ task:
- env: { CC: 'clang-snapshot' }
<< : *LINUX_ARM64_CONTAINER
<< : *CAT_LOGS

task:
name: "ARM32: Linux (Debian stable), Valgrind"
persistent_worker:
labels:
type: arm64
env:
HOST: 'arm-linux-gnueabihf'
ECDH: yes
RECOVERY: yes
SCHNORRSIG: yes
ELLSWIFT: yes
WRAPPER_CMD: 'valgrind --error-exitcode=42'
SECP256K1_TEST_ITERS: 2
matrix:
- env: { }
- env: { EXPERIMENTAL: 'yes', ASM: 'arm32' }
matrix:
- env: { CC: 'gcc' }
- env: { CC: 'clang --target=arm-linux-gnueabihf' }
- env: { CC: 'gcc-snapshot' }
- env: { CC: 'clang-snapshot --target=arm-linux-gnueabihf' }
<< : *LINUX_ARM64_CONTAINER
<< : *CAT_LOGS

0 comments on commit e137129

Please sign in to comment.