]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - .travis.yml
w1: identify devices with w1-eeprom uclass
[thirdparty/u-boot.git] / .travis.yml
index 4db629d15bd2da0036095f74634e25a661a49d77..ea3b20e0632c5dfa219ecee005f5c1aaa3b1f457 100644 (file)
@@ -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;
@@ -190,7 +189,7 @@ matrix:
     - name: "buildman sun6i"
       env:
         - BUILDMAN="sun6i"
-    - name: "builman sun7i"
+    - name: "buildman sun7i"
       env:
         - BUILDMAN="sun7i"
     - name: "buildman sun8i"