@@ -67,7 +67,7 @@ linux_container_snippet: &LINUX_CONTAINER
67
67
task :
68
68
name : " x86_64: Linux (Debian stable)"
69
69
<< : *LINUX_CONTAINER
70
- matrix : &ENV_MATRIX
70
+ matrix :
71
71
- env : {WIDEMUL: int64, RECOVERY: yes}
72
72
- env : {WIDEMUL: int64, ECDH: yes, SCHNORRSIG: yes, ELLSWIFT: yes}
73
73
- env : {WIDEMUL: int128}
@@ -122,17 +122,20 @@ task:
122
122
HOMEBREW_NO_INSTALL_CLEANUP : 1
123
123
# Cirrus gives us a fixed number of 4 virtual CPUs. Not that we even have that many jobs at the moment...
124
124
MAKEFLAGS : -j5
125
- matrix :
126
- << : *ENV_MATRIX
127
125
env :
128
126
ASM : no
129
127
WITH_VALGRIND : no
130
128
CTIMETESTS : no
129
+ CC : clang
131
130
matrix :
132
- - env :
133
- CC : gcc
134
- - env :
135
- CC : clang
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}
136
139
brew_script :
137
140
- brew install automake libtool gcc
138
141
test_script :
0 commit comments