Skip to content

Commit 5fafdfc

Browse files
committed
ci: Move gcc-snapshot build for arm64 from Cirrus to GHA
1 parent e814b79 commit 5fafdfc

File tree

2 files changed

+1
-18
lines changed

2 files changed

+1
-18
lines changed

.cirrus.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -63,24 +63,6 @@ linux_arm64_container_snippet: &LINUX_ARM64_CONTAINER
6363
test_script:
6464
- docker run --rm --mount "type=bind,src=./,dst=/ci_secp256k1" --env-file /tmp/env --replace --name "ci_secp256k1_arm" "ci_secp256k1_arm" bash -c "cd /ci_secp256k1/ && ./ci/ci.sh"
6565

66-
task:
67-
name: "ARM64: Linux (Debian stable)"
68-
persistent_worker:
69-
labels:
70-
type: arm64
71-
env:
72-
ECDH: yes
73-
RECOVERY: yes
74-
EXTRAKEYS: yes
75-
SCHNORRSIG: yes
76-
MUSIG: yes
77-
ELLSWIFT: yes
78-
matrix:
79-
# Currently only gcc-snapshot, the other compilers are tested on GHA with QEMU
80-
- env: { CC: 'gcc-snapshot' }
81-
<< : *LINUX_ARM64_CONTAINER
82-
<< : *CAT_LOGS
83-
8466
task:
8567
name: "ARM64: Linux (Debian stable), Valgrind"
8668
persistent_worker:

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ jobs:
254254
cc:
255255
- 'gcc'
256256
- 'clang'
257+
- 'gcc-snapshot'
257258
- 'clang-snapshot'
258259

259260
steps:

0 commit comments

Comments
 (0)