Skip to content

Commit 84a150c

Browse files
author
Dominic Mooney
committed
Update arm deps
1 parent 05f5c56 commit 84a150c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ matrix:
2020
- ARCH="arm"
2121
before_install:
2222
- npm i -g npm@latest
23-
- sudo apt-get install -y libc6-dev-armhf-cross linux-libc-dev-armhf-cross g++-arm-linux-gnueabihf && sudo sed 's~\(\(deb\(-src\)*\) \([^\[]\)\)~\2 [arch=amd64] \4~' /etc/apt/sources.list | sudo tee /etc/apt/sources.list && sudo bash -c 'echo "deb [arch=armhf] http://ports.ubuntu.com/ubuntu-ports/ trusty main multiverse restricted universe" > /etc/apt/sources.list.d/arm-repo.list' && sudo dpkg --add-architecture armhf && sudo apt-get update && sudo apt-get install -y librtlsdr-dev:armhf
23+
- sudo apt-get install -y libc6-dev-armhf-cross linux-libc-dev-armhf-cross g++-arm-linux-gnueabihf && sudo sed 's~\(\(deb\(-src\)*\) \([^\[]\)\)~\2 [arch=amd64] \4~' /etc/apt/sources.list | sudo tee /etc/apt/sources.list && sudo bash -c 'echo "deb [arch=armhf] http://ports.ubuntu.com/ubuntu-ports/ trusty main multiverse restricted universe" > /etc/apt/sources.list.d/arm-repo.list' && sudo dpkg --add-architecture armhf && sudo apt-get update && sudo apt-get install -y libudev1:armhf libusb-1.0-0:armhf libusb-1.0-0-dev:armhf librtlsdr0:armhf librtlsdr-dev:armhf
2424
- os: osx
2525
before_install:
2626
- npm i -g npm@latest

0 commit comments

Comments
 (0)