GitLab CI: Switch to Clang 12.

This commit is contained in:
Gerald Combs 2021-04-16 09:02:19 -07:00 committed by Wireshark GitLab Utility
parent 4e23db3841
commit 23a82b040e
1 changed files with 4 additions and 4 deletions

View File

@ -107,11 +107,11 @@ variables:
needs: []
# Rely on fedora:latest and debian-stable jobs for testing a recent GCC version.
clang-11:
clang-12:
extends: .build-ubuntu
variables:
CC: clang-11
CXX: clang++-11
CC: clang-12
CXX: clang++-12
build:ubuntu-dist:
stage: .pre
@ -354,7 +354,7 @@ merge-req:ubuntu-gcc-ctest:
- gcc_report.html
merge-req:ubuntu-clang-other-tests:
extends: clang-11
extends: clang-12
tags:
- docker
rules: