CI: Update to LLVM-12

The current stable release of LLVM is 12, update to that.  While at it,
fix that we had not correctly upgraded to LLVM 11 previously.

Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
Tom Rini
2021-07-15 14:24:25 -04:00
parent a0953b34d9
commit 66217225f7
3 changed files with 7 additions and 7 deletions

View File

@ -2,7 +2,7 @@
# Grab our configured image. The source for this is found at:
# https://source.denx.de/u-boot/gitlab-ci-runner
image: trini/u-boot-gitlab-ci-runner:focal-20210609-06Jul2021
image: trini/u-boot-gitlab-ci-runner:focal-20210723-04Aug2021
# We run some tests in different order, to catch some failures quicker.
stages:
@ -178,7 +178,7 @@ sandbox test.py:
sandbox with clang test.py:
variables:
TEST_PY_BD: "sandbox"
OVERRIDE: "-O clang-10"
OVERRIDE: "-O clang-12"
<<: *buildman_and_testpy_dfn
sandbox_spl test.py: