Revert Coverity CI to run on Fedora 31
Coverity is not currently supporting GCC 10, so we need to run on GCC 9 for the time being.
This commit is contained in:
parent
beab68db13
commit
45b1a65a64
|
@ -39,6 +39,7 @@ Coverity:
|
||||||
tags:
|
tags:
|
||||||
- coverity
|
- coverity
|
||||||
stage: build
|
stage: build
|
||||||
|
image: registry.gitlab.com/kicad/kicad-ci/source_containers/master/fedora:31
|
||||||
only:
|
only:
|
||||||
variables:
|
variables:
|
||||||
- $SCHEDULED_JOB_NAME == "coverity"
|
- $SCHEDULED_JOB_NAME == "coverity"
|
||||||
|
|
Loading…
Reference in New Issue