Install qemu-user as well

This commit is contained in:
Alex Crichton 2015-09-13 23:53:31 -07:00
parent 23ab70b3cb
commit 517b76a472
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ elif [ "$TARGET" = "x86_64-unknown-linux-musl" ]; then
sh ci/run.sh $TARGET
elif [ "$TARGET" = "arm-unknown-linux-gnueabihf" ]; then
curl -s $EXTRA_TARGETS/$TARGET.tar.gz | tar xzf - -C $HOME/rust/lib/rustlib
sudo apt-get install gcc-4.7-arm-linux-gnueabihf
sudo apt-get install gcc-4.7-arm-linux-gnueabihf qemu-user
mkdir .cargo
cp ci/cargo-config .cargo/config
export CC=arm-linux-gnueabihf-gcc-4.7