aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2021-10-05 13:14:32 -0700
committerGerald Combs <gerald@wireshark.org>2021-10-06 00:28:01 +0000
commit0aae44e145e90647338c3f7130f241d7f11124b8 (patch)
treeafd4d02060410daa1bdef208a169eb13a4c14396 /.gitlab-ci.yml
parent4f4e9bfbc44b210248b8ea2ad1f81232911d4eff (diff)
GitLab CI: Switch to clang 13.
Clang 13 was added to the Ubuntu image in wireshark-containers e5725506f4.
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 a2192c9d22..f010b490ae 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,7 +22,7 @@ variables:
GIT_FETCH_EXTRA_FLAGS: "--depth=5000"
CCACHE_DIR: "${CI_PROJECT_DIR}/ccache"
# Preferred version of clang available on wireshark-ubuntu-dev
- CLANG_VERSION: 12
+ CLANG_VERSION: 13
# Enable color output in CMake, Ninja, and other tools. https://bixense.com/clicolors/
CLICOLOR_FORCE: 1