From e2a5ce09f7cf5b2c002216a9eebd58eae989f21e Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Sat, 2 Sep 2017 05:26:23 -0400 Subject: Fix qemu package The qemu-user-static package installs them under different names. --- src/scripts/ci/setup_travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/scripts/ci/setup_travis.sh b/src/scripts/ci/setup_travis.sh index 2485e6efa..9c9801cc6 100755 --- a/src/scripts/ci/setup_travis.sh +++ b/src/scripts/ci/setup_travis.sh @@ -23,7 +23,7 @@ if [ "$TRAVIS_OS_NAME" = "linux" ]; then # Need updated qemu sudo add-apt-repository -y ppa:ubuntu-cloud-archive/kilo-staging sudo apt-get -qq update - sudo apt-get install qemu-user-static + sudo apt-get install qemu-user if [ "$BUILD_MODE" = "cross-arm32" ]; then sudo apt-get install g++-arm-linux-gnueabihf libc6-dev-armhf-cross -- cgit v1.2.3