summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-04-10 18:28:04 -0400
committerTom Rini <trini@konsulko.com>2020-04-27 17:49:24 -0400
commitc8790bee69b1515c7b070bcab6b72df25331663c (patch)
treed273c6da99cbd3d2155011691b4c0416c16d9ba5 /.gitlab-ci.yml
parent98178bdcdd4f85647406b914163c8937525f1a16 (diff)
Azure/GitLab: Switch over to using LLVM-10
At this point LLVM-7 is rather old. Switch over to LLVM-10 to enable some amount of CI coverage with newer compilers. Signed-off-by: Tom Rini <trini@konsulko.com>
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 55bde3d86b..beaf9b9042 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -181,7 +181,7 @@ sandbox with clang test.py:
tags: [ 'all' ]
variables:
TEST_PY_BD: "sandbox"
- OVERRIDE: "-O clang-7"
+ OVERRIDE: "-O clang-10"
<<: *buildman_and_testpy_dfn
sandbox_spl test.py: