@@ -100,27 +100,9 @@ pipeline{
100
100
steps{
101
101
script {
102
102
def builds = jobMatrix(' alfa-ci' , ' build' , [
103
- [os : ' centos' , ver : ' 7' , arch : ' x86_64' , compiler : ' gcc-7' , fairsoft : ' apr21_patches' ],
104
- [os : ' centos' , ver : ' 7' , arch : ' x86_64' , compiler : ' gcc-7' , fairsoft : ' apr21_patches_mt' ],
105
- [os : ' debian' , ver : ' 10' , arch : ' x86_64' , compiler : ' gcc-8' , fairsoft : ' apr21_patches' ],
106
- [os : ' debian' , ver : ' 10' , arch : ' x86_64' , compiler : ' gcc-8' , fairsoft : ' apr21_patches_mt' ],
107
- [os : ' debian' , ver : ' 11' , arch : ' x86_64' , compiler : ' gcc-8' , fairsoft : ' apr21_patches' ],
108
- [os : ' debian' , ver : ' 11' , arch : ' x86_64' , compiler : ' gcc-8' , fairsoft : ' apr21_patches_mt' ],
109
- [os : ' debian' , ver : ' 11' , arch : ' x86_64' , compiler : ' gcc-8' , fairsoft : ' apr22_patches' ],
110
- [os : ' debian' , ver : ' 11' , arch : ' x86_64' , compiler : ' gcc-8' , fairsoft : ' apr22_patches_mt' ],
111
- [os : ' ubuntu' , ver : ' 20.04' , arch : ' x86_64' , compiler : ' gcc-9' , fairsoft : ' apr21_patches' ],
112
- [os : ' ubuntu' , ver : ' 20.04' , arch : ' x86_64' , compiler : ' gcc-9' , fairsoft : ' apr21_patches_mt' ],
113
103
[os : ' ubuntu' , ver : ' rolling' , arch : ' x86_64' , compiler : ' current' , fairsoft : ' dev' ,
114
104
check : ' warnings' ,
115
105
extra : ' -DUSE_CLANG_TIDY=ON -DBUILD_MBS=OFF -DBUILD_PROOF_SUPPORT=OFF' ],
116
- [os : ' fedora' , ver : ' 33' , arch : ' x86_64' , compiler : ' gcc-10' , fairsoft : ' apr21_patches' ],
117
- [os : ' fedora' , ver : ' 33' , arch : ' x86_64' , compiler : ' gcc-10' , fairsoft : ' apr21_patches_mt' ],
118
- [os : ' macos' , ver : ' 12' , arch : ' arm64' , compiler : ' apple-clang-13' , fairsoft : ' 22.4' ],
119
- [os : ' macos' , ver : ' 12' , arch : ' x86_64' , compiler : ' apple-clang-13' , fairsoft : ' 22.4' ],
120
- [os : ' macos' , ver : ' 11' , arch : ' x86_64' , compiler : ' apple-clang-13' , fairsoft : ' 22.4' ],
121
- [os : ' macos' , ver : ' 12' , arch : ' arm64' , compiler : ' apple-clang-13' , fairsoft : ' 22.11' ],
122
- [os : ' macos' , ver : ' 12' , arch : ' x86_64' , compiler : ' apple-clang-13' , fairsoft : ' 22.11' ],
123
- [os : ' macos' , ver : ' 11' , arch : ' x86_64' , compiler : ' apple-clang-13' , fairsoft : ' 22.11' ],
124
106
])
125
107
126
108
def checks = jobMatrix(' alfa-ci' , ' check' , [
0 commit comments