CI: Remove alice-centos7 check

It is broken.
This commit is contained in:
Dennis Klein 2021-05-27 05:50:11 +02:00 committed by Dennis Klein
parent ff3281cc80
commit e6c7c6b0f0

1
Jenkinsfile vendored
View File

@ -79,7 +79,6 @@ pipeline{
steps{
script {
def builds = jobMatrix('build', [
[os: 'alice-centos', ver: '7', arch: 'x86_64', compiler: 'gcc-7'],
[os: 'fedora', ver: '32', arch: 'x86_64', compiler: 'gcc-10'],
[os: 'macos', ver: '11', arch: 'x86_64', compiler: 'apple-clang-12'],
])