We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3141bab + c6f0124 commit 1c9c2b4Copy full SHA for 1c9c2b4
ci/env.sh
@@ -57,8 +57,6 @@ case $TARGET in
57
export QEMU_LD_PREFIX=/usr/powerpc-linux-gnu
58
;;
59
powerpc64-unknown-linux-gnu)
60
- # See #2
61
- export DONT_RUN_TESTS=y
62
if [[ -z $DOCKER ]]; then
63
export DOCKER=y
64
fi
ci/install.sh
@@ -13,12 +13,12 @@ install_deps() {
13
install_qemu() {
14
case $TARGET in
15
mipsel-unknown-linux-gnu | \
16
- powerpc64-unknown-linux-gnu | \
17
powerpc64le-unknown-linux-gnu)
18
apt-get install -y --no-install-recommends \
19
qemu-user
20
21
- mips-unknown-linux-gnu)
+ mips-unknown-linux-gnu | \
+ powerpc64-unknown-linux-gnu)
22
dpkg --add-architecture i386
23
apt-get update
24
0 commit comments