diff mbox series

Azure/GitLab: Switch over to using LLVM-10

Message ID 20200410222804.14362-1-trini@konsulko.com
State Accepted
Delegated to: Tom Rini
Headers show
Series Azure/GitLab: Switch over to using LLVM-10 | expand

Commit Message

Tom Rini April 10, 2020, 10:28 p.m. UTC
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 | 2 +-
 .gitlab-ci.yml       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Tom Rini April 28, 2020, 1:55 p.m. UTC | #1
On Fri, Apr 10, 2020 at 06:28:04PM -0400, Tom Rini wrote:

> 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>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index 192c7ef5fe6d..d4a79c6dd0a9 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -163,7 +163,7 @@  jobs:
         sandbox_clang:
           TEST_PY_BD: "sandbox"
           BUILDMAN: "^sandbox$"
-          OVERRIDE: "-O clang-7"
+          OVERRIDE: "-O clang-10"
         sandbox_spl:
           TEST_PY_BD: "sandbox_spl"
           TEST_PY_TEST_SPEC: "test_ofplatdata"
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ae158aa17c1b..4b615eb40cc9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -190,7 +190,7 @@  sandbox with clang test.py:
   variables:
     TEST_PY_BD: "sandbox"
     BUILDMAN: "^sandbox$"
-    OVERRIDE: "-O clang-7"
+    OVERRIDE: "-O clang-10"
   <<: *buildman_and_testpy_dfn
 
 sandbox_spl test.py: