File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -209,6 +209,10 @@ jobs:
209
209
TARGET: i686-unknown-linux-musl
210
210
RUST_MUSL_MAKE_CONFIG: config.mak
211
211
TOOLCHAIN: stable
212
+ - IMAGE_TAG: powerpc64le-musl
213
+ TARGET: powerpc64le-unknown-linux-musl
214
+ RUST_MUSL_MAKE_CONFIG: config.mak
215
+ TOOLCHAIN: stable
212
216
- IMAGE_TAG: mips-musl
213
217
TARGET: mips-unknown-linux-musl
214
218
RUST_MUSL_MAKE_CONFIG: config.mak
@@ -225,10 +229,6 @@ jobs:
225
229
TARGET: mipsel-unknown-linux-musl
226
230
RUST_MUSL_MAKE_CONFIG: config.mak
227
231
TOOLCHAIN: nightly
228
- - IMAGE_TAG: powerpc64le-musl
229
- TARGET: powerpc64le-unknown-linux-musl
230
- RUST_MUSL_MAKE_CONFIG: config.mak
231
- TOOLCHAIN: nightly
232
232
- IMAGE_TAG: s390x-musl
233
233
TARGET: s390x-unknown-linux-musl
234
234
RUST_MUSL_MAKE_CONFIG: config.mak
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ RUN cd /tmp && \
49
49
git clone --depth 1 https://github.com/richfelker/musl-cross-make.git && \
50
50
cp /tmp/config.mak /tmp/musl-cross-make/config.mak && \
51
51
cd /tmp/musl-cross-make && \
52
- mkdir patches/musl-1.1.24 && \
52
+ mkdir -p patches/musl-1.1.24 && \
53
53
cp /tmp/musl-patch-configure.diff patches/musl-1.1.24/0001-fix-cfi-detection.diff && \
54
54
export CFLAGS="-fPIC -g1 $CFLAGS" && \
55
55
export TARGET=$TARGET && \
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Currently we have the following [prebuilt Docker images on Docker Hub](https://h
28
28
| nightly | mipsel-unknown-linux-musl | mipsel-musl |
29
29
| nightly | mips64-unknown-linux-muslabi64 | mips64-muslabi64 |
30
30
| nightly | mips64el-unknown-linux-muslabi64 | mips64el-muslabi64 |
31
- | nightly | powerpc64le-unknown-linux-musl | powerpc64le-musl |
31
+ | stable | powerpc64le-unknown-linux-musl | powerpc64le-musl |
32
32
| stable | x86\_ 64-unknown-linux-musl | x86\_ 64-musl |
33
33
34
34
To use ` armv7-unknown-linux-musleabihf ` target for example, first pull the image:
You can’t perform that action at this time.
0 commit comments