diff --git a/Jenkinsfile b/Jenkinsfile index 773273db91778ded1f2bf5d9e8ffb3ebccf462a4..55092c2f19790ddeb1ce39f1d443a8e063867ebf 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -145,7 +145,8 @@ pipeline { dockerfile { filename 'Dockerfile.gcc.gui' dir 'scripts/docker' - label 'docker' + // Singularity1 has on old kernel (3.10) which is not compatible with Qt > 5.10 (req. 3.15) + label 'docker && !singularity1' args '-v /home/jenkins/cache/ccache:/opt/ccache -v /home/jenkins/cache/conan/.conan:/opt/conan/.conan' additionalBuildArgs '--pull' }