@@ -73,7 +73,7 @@ linux_container_snippet: &LINUX_CONTAINER
73
73
task :
74
74
name : " x86_64: Linux (Debian stable)"
75
75
<< : *LINUX_CONTAINER
76
- matrix : &ENV_MATRIX
76
+ matrix :
77
77
- env : {WIDEMUL: int64, RECOVERY: yes}
78
78
- env : {WIDEMUL: int64, ECDH: yes, SCHNORRSIG: yes, ELLSWIFT: yes}
79
79
- env : {WIDEMUL: int128}
@@ -129,17 +129,20 @@ task:
129
129
HOMEBREW_NO_INSTALL_CLEANUP : 1
130
130
# Cirrus gives us a fixed number of 4 virtual CPUs. Not that we even have that many jobs at the moment...
131
131
MAKEFLAGS : -j5
132
- matrix :
133
- << : *ENV_MATRIX
134
132
env :
135
133
ASM : no
136
134
WITH_VALGRIND : no
137
135
CTIMETESTS : no
136
+ CC : clang
138
137
matrix :
139
- - env :
140
- CC : gcc
141
- - env :
142
- CC : clang
138
+ - env : {}
139
+ - env : {WIDEMUL: int64, RECOVERY: yes, ECDH: yes, SCHNORRSIG: yes, ELLSWIFT: yes}
140
+ - env : {WIDEMUL: int64, RECOVERY: yes, ECDH: yes, SCHNORRSIG: yes, ELLSWIFT: yes, CC: gcc}
141
+ - env : {WIDEMUL: int128_struct, ECMULTGENPRECISION: 2, ECMULTWINDOW: 4}
142
+ - env : {WIDEMUL: int128, ECDH: yes, SCHNORRSIG: yes, ELLSWIFT: yes}
143
+ - env : {WIDEMUL: int128, RECOVERY: yes, ECDH: yes, SCHNORRSIG: yes, ELLSWIFT: yes}
144
+ - env : {WIDEMUL: int128, RECOVERY: yes, ECDH: yes, SCHNORRSIG: yes, ELLSWIFT: yes, CC: gcc}
145
+ - env : {BUILD: distcheck, WITH_VALGRIND: no, CTIMETESTS: no, BENCH: no}
143
146
brew_script :
144
147
- brew install automake libtool gcc
145
148
<< : *MERGE_BASE
0 commit comments