Revert Coverity build to use Fedora 33

The Coverity scan app can't handle GCC 11 yet, and will complain about
things inside the stdlib headers and only compile 15 files. So we need
to switch back to Fedora 33 and use GCC 10 instead.
This commit is contained in:
Ian McInerney 2021-06-16 22:45:01 +01:00
parent c23c5b7f18
commit 850444f46e
1 changed files with 2 additions and 1 deletions

View File

@ -39,7 +39,8 @@ Coverity:
tags:
- coverity
stage: build
image: registry.gitlab.com/kicad/kicad-ci/source_containers/master/fedora:34
# Use Fedora 33 because Coverity needs GCC 10 still (as of 06/16/2021)
image: registry.gitlab.com/kicad/kicad-ci/source_containers/master/fedora:33
only:
refs:
- schedules