Skip to content
Snippets Groups Projects
Verified Commit 982e83a7 authored by Ralph Giles's avatar Ralph Giles
Browse files

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: default avatarMarvin Scholz <epirat07@gmail.com>
parent 484af258
No related branches found
No related tags found
Loading
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment