Skip to content

Commit d9a120a

Browse files
committed
install precompiled QEMU-2.12.0
1 parent f00be6f commit d9a120a

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

.travis.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
language: rust
22

3-
addons:
4-
apt:
5-
sources:
6-
- debian-sid
7-
packages:
8-
- qemu-system-arm
9-
103
matrix:
114
include:
125
- rust: beta
@@ -17,7 +10,7 @@ matrix:
1710

1811
install:
1912
- bash ci/install.sh
20-
- export PATH="$PATH:$PWD/gcc/bin"
13+
- export PATH="$PATH:$PWD/gcc/bin:$PWD/qemu"
2114

2215
script:
2316
- bash ci/script.sh

ci/install.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ main() {
1616

1717
curl -L https://developer.arm.com/-/media/Files/downloads/gnu-rm/7-2018q2/gcc-arm-none-eabi-7-2018-q2-update-linux.tar.bz2?revision=bc2c96c0-14b5-4bb4-9f18-bceb4050fee7?product=GNU%20Arm%20Embedded%20Toolchain,64-bit,,Linux,7-2018-q2-update | tar --strip-components=1 -C gcc -xj
1818

19+
mkdir qemu
20+
curl -L https://github.com/japaric/qemu-bin/blob/master/14.04/qemu-system-arm-2.12.0 > qemu/qemu-system-arm
21+
1922
rustup component add llvm-tools-preview
2023

2124
curl -LSfs https://japaric.github.io/trust/install.sh | \

0 commit comments

Comments
 (0)