* [U-Boot] [PATCH v2] travis.yml: change Ubuntu version to xenial
@ 2019-08-12 17:43 Ramon Fried
2019-09-20 14:49 ` Tom Rini
0 siblings, 1 reply; 2+ messages in thread
From: Ramon Fried @ 2019-08-12 17:43 UTC (permalink / raw)
To: u-boot
trusty is getting old, move to xenial (16.04)
to get updated gcc and other tools.
Signed-off-by: Ramon Fried <rfried.dev@gmail.com>
---
v2: update llvm-toolchain also to xenial
.travis.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index d330dda5b1..59d2e97fe0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,7 @@
# build U-Boot on Travis CI - https://travis-ci.org/
sudo: required
-dist: trusty
+dist: xenial
language: c
@@ -12,7 +12,7 @@ addons:
apt:
sources:
- ubuntu-toolchain-r-test
- - llvm-toolchain-trusty-7
+ - llvm-toolchain-xenial-7
packages:
- cppcheck
- sloccount
@@ -61,7 +61,7 @@ install:
env:
global:
- - PATH=/tmp/qemu-install/bin:/tmp/uboot-test-hooks/bin:/usr/bin:/bin
+ - PATH=/tmp/qemu-install/bin:/tmp/uboot-test-hooks/bin:/usr/bin:/bin:/usr/local/bin
- PYTHONPATH=/tmp/uboot-test-hooks/py/travis-ci
- BUILD_DIR=build
- HOSTCC="cc"
--
2.22.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [U-Boot] [PATCH v2] travis.yml: change Ubuntu version to xenial
2019-08-12 17:43 [U-Boot] [PATCH v2] travis.yml: change Ubuntu version to xenial Ramon Fried
@ 2019-09-20 14:49 ` Tom Rini
0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2019-09-20 14:49 UTC (permalink / raw)
To: u-boot
On Mon, Aug 12, 2019 at 08:43:38PM +0300, Ramon Fried wrote:
> trusty is getting old, move to xenial (16.04)
> to get updated gcc and other tools.
>
> Signed-off-by: Ramon Fried <rfried.dev@gmail.com>
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190920/850c3b1c/attachment.sig>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-09-20 14:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-12 17:43 [U-Boot] [PATCH v2] travis.yml: change Ubuntu version to xenial Ramon Fried
2019-09-20 14:49 ` Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox