@@ -216,68 +216,6 @@ task:
216
216
- ./ci/cirrus.sh
217
217
<< : *CAT_LOGS
218
218
219
- task :
220
- << : *LINUX_CONTAINER
221
- env :
222
- WRAPPER_CMD : wine
223
- WITH_VALGRIND : no
224
- ECDH : yes
225
- RECOVERY : yes
226
- SCHNORRSIG : yes
227
- CTIMETESTS : no
228
- matrix :
229
- - name : " x86_64 (mingw32-w64): Windows (Debian stable, Wine)"
230
- env :
231
- HOST : x86_64-w64-mingw32
232
- - name : " i686 (mingw32-w64): Windows (Debian stable, Wine)"
233
- env :
234
- HOST : i686-w64-mingw32
235
- test_script :
236
- - ./ci/cirrus.sh
237
- << : *CAT_LOGS
238
-
239
- task :
240
- << : *LINUX_CONTAINER
241
- env :
242
- WRAPPER_CMD : wine
243
- WERROR_CFLAGS : -WX
244
- WITH_VALGRIND : no
245
- ECDH : yes
246
- RECOVERY : yes
247
- EXPERIMENTAL : yes
248
- SCHNORRSIG : yes
249
- ELLSWIFT : yes
250
- CTIMETESTS : no
251
- # Use a MinGW-w64 host to tell ./configure we're building for Windows.
252
- # This will detect some MinGW-w64 tools but then make will need only
253
- # the MSVC tools CC, AR and NM as specified below.
254
- HOST : x86_64-w64-mingw32
255
- CC : /opt/msvc/bin/x64/cl
256
- AR : /opt/msvc/bin/x64/lib
257
- NM : /opt/msvc/bin/x64/dumpbin -symbols -headers
258
- # Set non-essential options that affect the CLI messages here.
259
- # (They depend on the user's taste, so we don't want to set them automatically in configure.ac.)
260
- CFLAGS : -nologo -diagnostics:caret
261
- LDFLAGS : -Xlinker -Xlinker -Xlinker -nologo
262
- matrix :
263
- - name : " x86_64 (MSVC): Windows (Debian stable, Wine)"
264
- - name : " x86_64 (MSVC): Windows (Debian stable, Wine, int128_struct)"
265
- env :
266
- WIDEMUL : int128_struct
267
- - name : " x86_64 (MSVC): Windows (Debian stable, Wine, int128_struct with __(u)mulh)"
268
- env :
269
- WIDEMUL : int128_struct
270
- CPPFLAGS : -DSECP256K1_MSVC_MULH_TEST_OVERRIDE
271
- - name : " i686 (MSVC): Windows (Debian stable, Wine)"
272
- env :
273
- HOST : i686-w64-mingw32
274
- CC : /opt/msvc/bin/x86/cl
275
- AR : /opt/msvc/bin/x86/lib
276
- NM : /opt/msvc/bin/x86/dumpbin -symbols -headers
277
- test_script :
278
- - ./ci/cirrus.sh
279
- << : *CAT_LOGS
280
-
281
219
# Sanitizers
282
220
task :
283
221
<< : *LINUX_CONTAINER
@@ -370,7 +308,6 @@ task:
370
308
test_script :
371
309
- g++ -Werror include/*.h
372
310
- clang -Werror -x c++-header include/*.h
373
- - /opt/msvc/bin/x64/cl.exe -c -WX -TP include/*.h
374
311
375
312
task :
376
313
name : " sage prover"
0 commit comments