From c6f0124540ad33529b367c452b53d07a1611a357 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Wed, 10 Aug 2016 13:01:22 -0500 Subject: [PATCH] ppc64: test on 32-bit QEMU --- ci/env.sh | 2 -- ci/install.sh | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/ci/env.sh b/ci/env.sh index 6ec927d..472983f 100644 --- a/ci/env.sh +++ b/ci/env.sh @@ -57,8 +57,6 @@ case $TARGET in export QEMU_LD_PREFIX=/usr/powerpc-linux-gnu ;; powerpc64-unknown-linux-gnu) - # See #2 - export DONT_RUN_TESTS=y if [[ -z $DOCKER ]]; then export DOCKER=y fi diff --git a/ci/install.sh b/ci/install.sh index 074b5ea..d60571d 100644 --- a/ci/install.sh +++ b/ci/install.sh @@ -13,12 +13,12 @@ install_deps() { install_qemu() { case $TARGET in mipsel-unknown-linux-gnu | \ - powerpc64-unknown-linux-gnu | \ powerpc64le-unknown-linux-gnu) apt-get install -y --no-install-recommends \ qemu-user ;; - mips-unknown-linux-gnu) + mips-unknown-linux-gnu | \ + powerpc64-unknown-linux-gnu) dpkg --add-architecture i386 apt-get update apt-get install -y --no-install-recommends \