From 982e83a75004ec403bfbeb6d8fe84fa07d4885f6 Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Sat, 8 Aug 2020 09:54:50 -0700 Subject: 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 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitlab-ci.yml') 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 -- cgit v1.2.1