aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2021-10-18 11:40:19 -0700
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-10-18 19:07:12 +0000
commitf2ec7931318919fe784c50b6658f6f3d868efecf (patch)
tree8ffa00a36abb1dbb7523ffe127b9e71075175417
parente15e987468ca5edcab0ccde70e7bea622783403e (diff)
Revert "GitLab CI: Switch to clang 13."
This reverts commit 0aae44e145e90647338c3f7130f241d7f11124b8. The fuzz builder has been running out of memory since the switch to Clang 13, so revert back to 12 for now.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 59fefc6294..885ff6d990 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: 13
+ CLANG_VERSION: 12
# Enable color output in CMake, Ninja, and other tools. https://bixense.com/clicolors/
CLICOLOR_FORCE: 1