Skip to content
Snippets Groups Projects
Commit 2f5cbb7e authored by Lars Bilke's avatar Lars Bilke
Browse files

[Jenkins] Fix Qt uic shared lib errors during compilation.

parent f6b22913
No related branches found
No related tags found
No related merge requests found
...@@ -145,7 +145,8 @@ pipeline { ...@@ -145,7 +145,8 @@ pipeline {
dockerfile { dockerfile {
filename 'Dockerfile.gcc.gui' filename 'Dockerfile.gcc.gui'
dir 'scripts/docker' 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' args '-v /home/jenkins/cache/ccache:/opt/ccache -v /home/jenkins/cache/conan/.conan:/opt/conan/.conan'
additionalBuildArgs '--pull' additionalBuildArgs '--pull'
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment