Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Giles <giles@thaumas.net>2020-08-08 19:54:50 +0300
committerRalph Giles <giles@thaumas.net>2020-08-08 20:02:21 +0300
commit982e83a75004ec403bfbeb6d8fe84fa07d4885f6 (patch)
treeab391e80c2d3d06a9cd1640a25b3014673bc9025 /.gitlab-ci.yml
parent484af2580b82dffd695fcd0841fc34a9dc5f7293 (diff)
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>
Diffstat (limited to '.gitlab-ci.yml')
-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