@@ -114,37 +114,6 @@ task:
114
114
- ./ci/cirrus.sh
115
115
<< : *CAT_LOGS
116
116
117
- task :
118
- name : " arm64: macOS Ventura"
119
- macos_instance :
120
- image : ghcr.io/cirruslabs/macos-ventura-base:latest
121
- env :
122
- HOMEBREW_NO_AUTO_UPDATE : 1
123
- HOMEBREW_NO_INSTALL_CLEANUP : 1
124
- # Cirrus gives us a fixed number of 4 virtual CPUs. Not that we even have that many jobs at the moment...
125
- MAKEFLAGS : -j5
126
- env :
127
- ASM : no
128
- WITH_VALGRIND : no
129
- CTIMETESTS : no
130
- CC : clang
131
- matrix :
132
- - env : {WIDEMUL: int64, RECOVERY: yes, ECDH: yes, SCHNORRSIG: yes, ELLSWIFT: yes}
133
- - env : {WIDEMUL: int64, RECOVERY: yes, ECDH: yes, SCHNORRSIG: yes, ELLSWIFT: yes, CC: gcc}
134
- - env : {WIDEMUL: int128_struct, ECMULTGENPRECISION: 2, ECMULTWINDOW: 4}
135
- - env : {WIDEMUL: int128, ECDH: yes, SCHNORRSIG: yes, ELLSWIFT: yes}
136
- - env : {WIDEMUL: int128, RECOVERY: yes, SCHNORRSIG: yes}
137
- - env : {WIDEMUL: int128, RECOVERY: yes, ECDH: yes, SCHNORRSIG: yes, ELLSWIFT: yes, CC: gcc}
138
- - env : {WIDEMUL: int128, RECOVERY: yes, ECDH: yes, SCHNORRSIG: yes, ELLSWIFT: yes, CPPFLAGS: -DVERIFY}
139
- - env : {BUILD: distcheck}
140
- brew_script :
141
- - brew install automake libtool gcc
142
- - ln -s /opt/homebrew/bin/gcc-?? /opt/homebrew/bin/gcc
143
- test_script :
144
- - ./ci/cirrus.sh
145
- << : *CAT_LOGS
146
- << : *CREDITS
147
-
148
117
task :
149
118
name : " s390x (big-endian): Linux (Debian stable, QEMU)"
150
119
<< : *LINUX_CONTAINER
0 commit comments