Skip to content

Commit

Permalink
WIP ci: Enable native ARM64 jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
real-or-random committed Nov 29, 2022
1 parent 76a4f39 commit 622743d
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,13 +162,12 @@ task:

task:
name: "ARM32: Linux (Debian stable, QEMU)"
container:
arm_container:
<< : *LINUX_CONTAINER
env:
WRAPPER_CMD: qemu-arm
SECP256K1_TEST_ITERS: 16
HOST: arm-linux-gnueabihf
WITH_VALGRIND: no
WIDEMUL: int64
ECDH: yes
RECOVERY: yes
SCHNORRSIG: yes
Expand All @@ -183,11 +182,9 @@ task:

task:
name: "ARM64: Linux (Debian stable, QEMU)"
container:
arm_container:
<< : *LINUX_CONTAINER
env:
WRAPPER_CMD: qemu-aarch64
SECP256K1_TEST_ITERS: 16
HOST: aarch64-linux-gnu
WITH_VALGRIND: no
ECDH: yes
Expand Down

0 comments on commit 622743d

Please sign in to comment.