Revert "GitLab CI: Switch to clang 13."
This reverts commit 0aae44e145
.
The fuzz builder has been running out of memory since the switch to
Clang 13, so revert back to 12 for now.
pespin/racap
parent
e15e987468
commit
f2ec793131
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue