From 20fbf69f673e861c81a8df173b5ea492f7ac9ed7 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Fri, 8 May 2020 08:52:00 -0400 Subject: 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. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v0.12