ref: 982e83a75004ec403bfbeb6d8fe84fa07d4885f6
parent: 484af2580b82dffd695fcd0841fc34a9dc5f7293
author: Ralph Giles <giles@thaumas.net>
date: Sat Aug 8 05:54:50 EDT 2020
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>
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,7 +2,7 @@
tags:
- docker
# Image from https://hub.docker.com/_/gcc/ based on Debian
- image: gcc
+ image: gcc:9
whitespace:
stage: test