Skip to content

Commit 20aa9c8

Browse files
committed
.travis.yml: Install gcc-arm-none-eabi with --force-yes for now.
There appears to be issue signature problem with the PPA package we use, so workaround it this way for now. Warning: with broken signature, there's always a possibility that PPA was hacked and ships trojaned binaries.
1 parent f5d63bc commit 20aa9c8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ before_script:
1212
- sudo add-apt-repository -y ppa:terry.guo/gcc-arm-embedded
1313
- sudo dpkg --add-architecture i386
1414
- sudo apt-get update -qq || true
15-
- sudo apt-get install -y python3 gcc-multilib gcc-arm-none-eabi pkg-config libffi-dev libffi-dev:i386 qemu-system mingw32
15+
- sudo apt-get install -y python3 gcc-multilib pkg-config libffi-dev libffi-dev:i386 qemu-system mingw32
16+
- sudo apt-get install -y --force-yes gcc-arm-none-eabi
1617
# For teensy build
1718
- sudo apt-get install realpath
1819
# For coverage testing

0 commit comments

Comments
 (0)