File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -57,8 +57,6 @@ case $TARGET in
57
57
export QEMU_LD_PREFIX=/usr/powerpc-linux-gnu
58
58
;;
59
59
powerpc64-unknown-linux-gnu)
60
- # See #2
61
- export DONT_RUN_TESTS=y
62
60
if [[ -z $DOCKER ]]; then
63
61
export DOCKER=y
64
62
fi
Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ install_deps() {
13
13
install_qemu () {
14
14
case $TARGET in
15
15
mipsel-unknown-linux-gnu | \
16
- powerpc64-unknown-linux-gnu | \
17
16
powerpc64le-unknown-linux-gnu)
18
17
apt-get install -y --no-install-recommends \
19
18
qemu-user
20
19
;;
21
- mips-unknown-linux-gnu)
20
+ mips-unknown-linux-gnu | \
21
+ powerpc64-unknown-linux-gnu)
22
22
dpkg --add-architecture i386
23
23
apt-get update
24
24
apt-get install -y --no-install-recommends \
You can’t perform that action at this time.
0 commit comments