Skip to content

Commit 1c9c2b4

Browse files
author
Jorge Aparicio
authored
Merge pull request #24 from japaric/ppc64
ppc64: test on 32-bit QEMU
2 parents 3141bab + c6f0124 commit 1c9c2b4

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

ci/env.sh

-2
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ case $TARGET in
5757
export QEMU_LD_PREFIX=/usr/powerpc-linux-gnu
5858
;;
5959
powerpc64-unknown-linux-gnu)
60-
# See #2
61-
export DONT_RUN_TESTS=y
6260
if [[ -z $DOCKER ]]; then
6361
export DOCKER=y
6462
fi

ci/install.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ install_deps() {
1313
install_qemu() {
1414
case $TARGET in
1515
mipsel-unknown-linux-gnu | \
16-
powerpc64-unknown-linux-gnu | \
1716
powerpc64le-unknown-linux-gnu)
1817
apt-get install -y --no-install-recommends \
1918
qemu-user
2019
;;
21-
mips-unknown-linux-gnu)
20+
mips-unknown-linux-gnu | \
21+
powerpc64-unknown-linux-gnu)
2222
dpkg --add-architecture i386
2323
apt-get update
2424
apt-get install -y --no-install-recommends \

0 commit comments

Comments
 (0)