From 206cd44f2c49b5ca71f80dc4a32b067ac5e4e18e Mon Sep 17 00:00:00 2001 From: Dennis Klein Date: Thu, 27 May 2021 05:50:11 +0200 Subject: [PATCH] CI: Remove alice-centos7 check It is broken. --- Jenkinsfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index ad7b80a9..999bc53f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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'], ])