summaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2020-05-08 12:52:00 (GMT)
committerBen Boeckel <ben.boeckel@kitware.com>2020-05-08 12:52:00 (GMT)
commit20fbf69f673e861c81a8df173b5ea492f7ac9ed7 (patch)
tree72756f33e3bc8801731ff004f55cec0f470d945d /.gitlab-ci.yml
parentfe82e1b45fb27140470abd71ab780321882411c7 (diff)
downloadCMake-20fbf69f673e861c81a8df173b5ea492f7ac9ed7.zip
CMake-20fbf69f673e861c81a8df173b5ea492f7ac9ed7.tar.gz
CMake-20fbf69f673e861c81a8df173b5ea492f7ac9ed7.tar.bz2
gitlab-ci: add linux-3.17 tag to the sphinx build
This build uses Qt libraries in a Fedora container. This library is tagged with a note which says it requires Linux 3.17. Some of or CI runners do not have this kernel on the host which causes glibc to refuse to load it. Add a tag to indicate that we need a newer kernel on the runner.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2ac075a..0a55ca3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -113,6 +113,7 @@ build:fedora31-sphinx:
- build
- docker
- linux
+ - linux-3.17 # Needed to be able to load Fedora's Qt libraries.
script:
- .gitlab/ci/sccache.sh