@@ -64,38 +64,6 @@ linux_container_snippet: &LINUX_CONTAINER
64
64
# More than enough for our scripts.
65
65
memory : 2G
66
66
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
-
99
67
task :
100
68
name : " i686: Linux (Debian stable)"
101
69
<< : *LINUX_CONTAINER
0 commit comments