Skip to content

Commit

Permalink
[ci] Prevent ARM64 from timing out during untar
Browse files Browse the repository at this point in the history
  • Loading branch information
salkinium committed Feb 22, 2021
1 parent a3e1487 commit 9ad2c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ before_install:
- sudo apt-get install -y python3 python3-pip scons cmake doxygen gcc-10 g++-10 build-essential libboost-all-dev libwiringpi-dev
- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-10 90 --slave /usr/bin/g++ g++ /usr/bin/g++-10 --slave /usr/bin/gcov gcov /usr/bin/gcov-10
#- sudo apt-get install -y gcc-arm-none-eabi
- wget -qO- https://developer.arm.com/-/media/Files/downloads/gnu-rm/10-2020q4/gcc-arm-none-eabi-10-2020-q4-major-aarch64-linux.tar.bz2 | tar xj -C /opt
- wget -qO- https://developer.arm.com/-/media/Files/downloads/gnu-rm/10-2020q4/gcc-arm-none-eabi-10-2020-q4-major-aarch64-linux.tar.bz2 | tar xvj -C /opt
- export PATH="/opt/gcc-arm-none-eabi-10-2020-q4-major/bin:$PATH"
- pip3 install modm
- export PATH="~/.local/bin:$PATH"
Expand Down

0 comments on commit 9ad2c8d

Please sign in to comment.