[U-Boot] [PATCH] travis: Use kernel.org pre-built toolchain for riscv

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-unk... && - 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;

Hi Tom,
On Thu, Aug 30, 2018 at 9:12 PM Bin Meng bmeng.cn@gmail.com wrote:
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(-)
Since this is travis-ci changes, can we take this for v2018.09? I've verified that it works well for current riscv build on travis-ci.org.
Regards, Bin

On Mon, Sep 03, 2018 at 05:50:39PM +0800, Bin Meng wrote:
Hi Tom,
On Thu, Aug 30, 2018 at 9:12 PM Bin Meng bmeng.cn@gmail.com wrote:
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(-)
Since this is travis-ci changes, can we take this for v2018.09? I've verified that it works well for current riscv build on travis-ci.org.
Seeing as things are still working before this change I would like to see an ack from the custodian, thanks!

Hi Rick,
On Tue, Sep 4, 2018 at 3:23 AM Tom Rini trini@konsulko.com wrote:
On Mon, Sep 03, 2018 at 05:50:39PM +0800, Bin Meng wrote:
Hi Tom,
On Thu, Aug 30, 2018 at 9:12 PM Bin Meng bmeng.cn@gmail.com wrote:
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(-)
Since this is travis-ci changes, can we take this for v2018.09? I've verified that it works well for current riscv build on travis-ci.org.
Seeing as things are still working before this change I would like to see an ack from the custodian, thanks!
Are you OK with this?
Regards, Bin

On Thu, Aug 30, 2018 at 06:17:06AM -0700, Bin Meng wrote:
This updates travis configuration to use kernel.org pre-built toolchain for riscv.
Signed-off-by: Bin Meng bmeng.cn@gmail.com
Applied to u-boot/master, thanks!
participants (2)
-
Bin Meng
-
Tom Rini