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.
This commit is contained in:
Ben Boeckel
2020-05-08 08:52:00 -04:00
parent fe82e1b45f
commit 20fbf69f67
+1
View File
@@ -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