mirror of
https://github.com/xiph/opus.git
synced 2025-06-03 00:57:43 +00:00
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:
parent
484af2580b
commit
982e83a750
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue