Skip to content

Commit 6bda81b

Browse files
committed
Switch ppc64le back to stable
1 parent ad0d809 commit 6bda81b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/Build.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,10 @@ jobs:
209209
TARGET: i686-unknown-linux-musl
210210
RUST_MUSL_MAKE_CONFIG: config.mak
211211
TOOLCHAIN: stable
212+
- IMAGE_TAG: powerpc64le-musl
213+
TARGET: powerpc64le-unknown-linux-musl
214+
RUST_MUSL_MAKE_CONFIG: config.mak
215+
TOOLCHAIN: stable
212216
- IMAGE_TAG: mips-musl
213217
TARGET: mips-unknown-linux-musl
214218
RUST_MUSL_MAKE_CONFIG: config.mak
@@ -225,10 +229,6 @@ jobs:
225229
TARGET: mipsel-unknown-linux-musl
226230
RUST_MUSL_MAKE_CONFIG: config.mak
227231
TOOLCHAIN: nightly
228-
- IMAGE_TAG: powerpc64le-musl
229-
TARGET: powerpc64le-unknown-linux-musl
230-
RUST_MUSL_MAKE_CONFIG: config.mak
231-
TOOLCHAIN: nightly
232232
- IMAGE_TAG: s390x-musl
233233
TARGET: s390x-unknown-linux-musl
234234
RUST_MUSL_MAKE_CONFIG: config.mak

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ RUN cd /tmp && \
4949
git clone --depth 1 https://github.com/richfelker/musl-cross-make.git && \
5050
cp /tmp/config.mak /tmp/musl-cross-make/config.mak && \
5151
cd /tmp/musl-cross-make && \
52-
mkdir patches/musl-1.1.24 && \
52+
mkdir -p patches/musl-1.1.24 && \
5353
cp /tmp/musl-patch-configure.diff patches/musl-1.1.24/0001-fix-cfi-detection.diff && \
5454
export CFLAGS="-fPIC -g1 $CFLAGS" && \
5555
export TARGET=$TARGET && \

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Currently we have the following [prebuilt Docker images on Docker Hub](https://h
2828
| nightly | mipsel-unknown-linux-musl | mipsel-musl |
2929
| nightly | mips64-unknown-linux-muslabi64 | mips64-muslabi64 |
3030
| nightly | mips64el-unknown-linux-muslabi64 | mips64el-muslabi64 |
31-
| nightly | powerpc64le-unknown-linux-musl | powerpc64le-musl |
31+
| stable | powerpc64le-unknown-linux-musl | powerpc64le-musl |
3232
| stable | x86\_64-unknown-linux-musl | x86\_64-musl |
3333

3434
To use `armv7-unknown-linux-musleabihf` target for example, first pull the image:

0 commit comments

Comments
 (0)