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>
This commit is contained in:
Ralph Giles 2020-08-08 09:54:50 -07:00
parent 484af2580b
commit 982e83a750
No known key found for this signature in database
GPG key ID: 9259A8F2D2D44C84

View file

@ -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