@@ -105,16 +105,16 @@ pipeline{
105105 steps{
106106 script {
107107 def builds = jobMatrix(' alfa-ci' , ' build' , [
108- [os : ' centos' , ver : ' 7' , arch : ' x86_64' , compiler : ' gcc-7' , fairsoft : ' apr21_patches' ],
109- [os : ' centos' , ver : ' 7' , arch : ' x86_64' , compiler : ' gcc-7' , fairsoft : ' apr21_patches_mt' ],
108+ // [os: 'centos', ver: '7', arch: 'x86_64', compiler: 'gcc-7', fairsoft: 'apr21_patches'],
109+ // [os: 'centos', ver: '7', arch: 'x86_64', compiler: 'gcc-7', fairsoft: 'apr21_patches_mt'],
110110 [os : ' debian' , ver : ' 10' , arch : ' x86_64' , compiler : ' gcc-8' , fairsoft : ' apr21_patches' ],
111111 [os : ' debian' , ver : ' 10' , arch : ' x86_64' , compiler : ' gcc-8' , fairsoft : ' apr21_patches_mt' ],
112112 [os : ' debian' , ver : ' 11' , arch : ' x86_64' , compiler : ' gcc-8' , fairsoft : ' apr21_patches' ],
113113 [os : ' debian' , ver : ' 11' , arch : ' x86_64' , compiler : ' gcc-8' , fairsoft : ' apr21_patches_mt' ],
114114 [os : ' debian' , ver : ' 11' , arch : ' x86_64' , compiler : ' gcc-8' , fairsoft : ' apr22_patches' ],
115115 [os : ' debian' , ver : ' 11' , arch : ' x86_64' , compiler : ' gcc-8' , fairsoft : ' apr22_patches_mt' ],
116- [os : ' ubuntu' , ver : ' 20.04' , arch : ' x86_64' , compiler : ' gcc-9' , fairsoft : ' apr21_patches' ],
117- [os : ' ubuntu' , ver : ' 20.04' , arch : ' x86_64' , compiler : ' gcc-9' , fairsoft : ' apr21_patches_mt' ],
116+ // [os: 'ubuntu', ver: '20.04', arch: 'x86_64', compiler: 'gcc-9', fairsoft: 'apr21_patches'],
117+ // [os: 'ubuntu', ver: '20.04', arch: 'x86_64', compiler: 'gcc-9', fairsoft: 'apr21_patches_mt'],
118118 [os : ' ubuntu' , ver : ' rolling' , arch : ' x86_64' , compiler : ' current' , fairsoft : ' dev' ,
119119 check : ' warnings' ,
120120 extra : ' -DUSE_CLANG_TIDY=ON -DBUILD_MBS=OFF -DBUILD_PROOF_SUPPORT=OFF' ],
0 commit comments