summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Giles <giles@thaumas.net>2020-08-08 09:54:50 -0700
committerRalph Giles <giles@thaumas.net>2020-08-08 10:02:21 -0700
commit982e83a75004ec403bfbeb6d8fe84fa07d4885f6 (patch)
treeab391e80c2d3d06a9cd1640a25b3014673bc9025
parent484af2580b82dffd695fcd0841fc34a9dc5f7293 (diff)
downloadopus-982e83a75004ec403bfbeb6d8fe84fa07d4885f6.tar.gz
gitlab-ci: Run jobs on the gcc:9 image.
Use a versioned gcc container image for more consistent test results. This is the same version we're using for other projects, but of course it will need to be bumped periodically. The current gcc release is 10.2. The oldest supported release is 8.4, so this is in the middle of the support window. Signed-off-by: Marvin Scholz <epirat07@gmail.com>
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 739ffb4f..88a1342c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,7 +2,7 @@ default:
tags:
- docker
# Image from https://hub.docker.com/_/gcc/ based on Debian
- image: gcc
+ image: gcc:9
whitespace:
stage: test