@@ -64,38 +64,6 @@ linux_container_snippet: &LINUX_CONTAINER
6464 # More than enough for our scripts.
6565 memory : 2G
6666
67- task :
68- name : " x86_64: Linux (Debian stable)"
69- << : *LINUX_CONTAINER
70- matrix :
71- - env : {WIDEMUL: int64, RECOVERY: yes}
72- - env : {WIDEMUL: int64, ECDH: yes, SCHNORRSIG: yes, ELLSWIFT: yes}
73- - env : {WIDEMUL: int128}
74- - env : {WIDEMUL: int128_struct, ELLSWIFT: yes}
75- - env : {WIDEMUL: int128, RECOVERY: yes, SCHNORRSIG: yes, ELLSWIFT: yes}
76- - env : {WIDEMUL: int128, ECDH: yes, SCHNORRSIG: yes}
77- - env : {WIDEMUL: int128, ASM: x86_64 , ELLSWIFT: yes}
78- - env : { RECOVERY: yes, SCHNORRSIG: yes}
79- - env : {CTIMETESTS: no, RECOVERY: yes, ECDH: yes, SCHNORRSIG: yes, CPPFLAGS: -DVERIFY}
80- - env : {BUILD: distcheck, WITH_VALGRIND: no, CTIMETESTS: no, BENCH: no}
81- - env : {CPPFLAGS: -DDETERMINISTIC}
82- - env : {CFLAGS: -O0, CTIMETESTS: no}
83- - env : {CFLAGS: -O1, RECOVERY: yes, ECDH: yes, SCHNORRSIG: yes, ELLSWIFT: yes}
84- - env : { ECMULTGENPRECISION: 2, ECMULTWINDOW: 2 }
85- - env : { ECMULTGENPRECISION: 8, ECMULTWINDOW: 4 }
86- matrix :
87- - env :
88- CC : gcc
89- - env :
90- CC : clang
91- - env :
92- CC : gcc-snapshot
93- - env :
94- CC : clang-snapshot
95- test_script :
96- - ./ci/ci.sh
97- << : *CAT_LOGS
98-
9967task :
10068 name : " i686: Linux (Debian stable)"
10169 << : *LINUX_CONTAINER
0 commit comments