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