All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] travis: Use kernel.org pre-built toolchain for riscv
@ 2018-08-30 13:17 Bin Meng
  2018-09-03  9:50 ` Bin Meng
  2018-09-06 13:45 ` [U-Boot] " Tom Rini
  0 siblings, 2 replies; 9+ messages in thread
From: Bin Meng @ 2018-08-30 13:17 UTC (permalink / raw)
  To: u-boot

This updates travis configuration to use kernel.org pre-built
toolchain for riscv.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
---

 .travis.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 4db629d..95cfa5b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -87,9 +87,8 @@ before_script:
     fi
   - if [[ "${TOOLCHAIN}" == "powerpc" ]]; then ./tools/buildman/buildman --fetch-arch powerpc; fi
   - if [[ "${TOOLCHAIN}" == "riscv" ]]; then
-        wget https://github.com/andestech/prebuilt/releases/download/20180530/riscv64-unknown-linux-gnu.tar.gz &&
-        tar -C /tmp -xf riscv64-unknown-linux-gnu.tar.gz &&
-        echo -e "\n[toolchain-prefix]\nriscv = /tmp/riscv64-unknown-linux-gnu/bin/riscv64-unknown-linux-gnu-" >> ~/.buildman;
+       ./tools/buildman/buildman --fetch-arch riscv64;
+       echo -e "\n[toolchain-alias]\nriscv = riscv64" >> ~/.buildman;
     fi
   - if [[ "${QEMU_TARGET}" != "" ]]; then
        git clone git://git.qemu.org/qemu.git /tmp/qemu;
-- 
2.7.4

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

end of thread, other threads:[~2018-09-06 13:45 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-30 13:17 [U-Boot] [PATCH] travis: Use kernel.org pre-built toolchain for riscv Bin Meng
2018-09-03  9:50 ` Bin Meng
2018-09-03 19:23   ` Tom Rini
2018-09-04  1:27     ` Bin Meng
     [not found]     ` <752D002CFF5D0F4FA35C0100F1D73F3F6BCB9FC7@ATCPCS16.andestech.com>
2018-09-04  5:36       ` Rick Chen
2018-09-04  8:56         ` Bin Meng
2018-09-06  1:43           ` Bin Meng
2018-09-06  1:53             ` Rick Chen
2018-09-06 13:45 ` [U-Boot] " 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.