All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] travis: Switch over to using LLVM-10
@ 2020-02-12 22:14 Tom Rini
  2020-04-10 22:28 ` [PATCH] Azure/GitLab: " Tom Rini
  2020-04-28 13:54 ` [PATCH] travis: " Tom Rini
  0 siblings, 2 replies; 4+ messages in thread
From: Tom Rini @ 2020-02-12 22:14 UTC (permalink / raw)
  To: u-boot

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>
---
 .travis.yml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 44e539038acd..3ad07e9e6412 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,9 +10,10 @@ language: c
 
 addons:
   apt:
+    update: true
     sources:
-    - ubuntu-toolchain-r-test
-    - llvm-toolchain-bionic-7
+    - sourceline: 'deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-10 main'
+      key_url: 'https://apt.llvm.org/llvm-snapshot.gpg.key'
     packages:
     - cppcheck
     - sloccount
@@ -36,7 +37,7 @@ addons:
     - liblz4-tool
     - lzma-alone
     - libisl15
-    - clang-7
+    - clang-10
     - srecord
 
 install:
@@ -392,7 +393,7 @@ matrix:
       env:
         - TEST_PY_BD="sandbox"
           BUILDMAN="^sandbox$"
-          OVERRIDE="-O clang-7"
+          OVERRIDE="-O clang-10"
     - name: "test/py sandbox_spl"
       env:
         - TEST_PY_BD="sandbox_spl"
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH] Azure/GitLab: Switch over to using LLVM-10
  2020-02-12 22:14 [PATCH] travis: Switch over to using LLVM-10 Tom Rini
@ 2020-04-10 22:28 ` Tom Rini
  2020-04-28 13:55   ` Tom Rini
  2020-04-28 13:54 ` [PATCH] travis: " Tom Rini
  1 sibling, 1 reply; 4+ messages in thread
From: Tom Rini @ 2020-04-10 22:28 UTC (permalink / raw)
  To: u-boot

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

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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH] travis: Switch over to using LLVM-10
  2020-02-12 22:14 [PATCH] travis: Switch over to using LLVM-10 Tom Rini
  2020-04-10 22:28 ` [PATCH] Azure/GitLab: " Tom Rini
@ 2020-04-28 13:54 ` Tom Rini
  1 sibling, 0 replies; 4+ messages in thread
From: Tom Rini @ 2020-04-28 13:54 UTC (permalink / raw)
  To: u-boot

On Wed, Feb 12, 2020 at 05:14:57PM -0500, 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!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200428/efae3440/attachment.sig>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] Azure/GitLab: Switch over to using LLVM-10
  2020-04-10 22:28 ` [PATCH] Azure/GitLab: " Tom Rini
@ 2020-04-28 13:55   ` Tom Rini
  0 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2020-04-28 13:55 UTC (permalink / raw)
  To: u-boot

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!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200428/3b1ae997/attachment.sig>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-04-28 13:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-12 22:14 [PATCH] travis: Switch over to using LLVM-10 Tom Rini
2020-04-10 22:28 ` [PATCH] Azure/GitLab: " Tom Rini
2020-04-28 13:55   ` Tom Rini
2020-04-28 13:54 ` [PATCH] travis: " Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.