Azure/GitLab: Switch over to using LLVM-10
authorTom Rini <trini@konsulko.com>
Fri, 10 Apr 2020 22:28:04 +0000 (18:28 -0400)
committerTom Rini <trini@konsulko.com>
Mon, 27 Apr 2020 21:49:24 +0000 (17:49 -0400)
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>
.azure-pipelines.yml
.gitlab-ci.yml

index a043d2922bb10f39a5302de8389339d30a645641..5d9645451d47385beb7808bf52b9ee7a74fc3499 100644 (file)
@@ -161,7 +161,7 @@ jobs:
           TEST_PY_BD: "sandbox"
         sandbox_clang:
           TEST_PY_BD: "sandbox"
-          OVERRIDE: "-O clang-7"
+          OVERRIDE: "-O clang-10"
         sandbox_spl:
           TEST_PY_BD: "sandbox_spl"
           TEST_PY_TEST_SPEC: "test_ofplatdata or test_handoff"
index 55bde3d86bf5dbb5baeccfd85b78c46644f20066..beaf9b9042abaafbd3f07065ac376b229b3418fc 100644 (file)
@@ -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: