File tree 6 files changed +4
-293
lines changed
6 files changed +4
-293
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 @@ -123,7 +123,6 @@ RUN echo "[target.$TARGET]\nlinker = \"$TARGET-gcc\"\n" > /root/.cargo/config
123
123
ADD Xargo.toml /tmp/Xargo.toml
124
124
ADD s390x-unwind.patch /tmp/s390x-unwind.patch
125
125
ADD build-std.sh .
126
- COPY compile-libunwind /tmp/compile-libunwind
127
126
RUN bash build-std.sh
128
127
129
128
ENV RUSTUP_HOME=/root/.rustup
Original file line number Diff line number Diff line change 27
27
cd ..
28
28
rm -rf /root/.xargo /root/.cargo/registry /root/.cargo/git custom-std
29
29
30
- # compile libunwind
31
- if [[ " $TARGET " = " powerpc64le-unknown-linux-musl" ]]
32
- then
33
- cargo run --manifest-path /tmp/compile-libunwind/Cargo.toml -- --target " $TARGET " " /root/.rustup/toolchains/$TOOLCHAIN -$HOST /lib/rustlib/src/rust/src/llvm-project/libunwind" out
34
- cp out/libunwind* .a " /root/.rustup/toolchains/$TOOLCHAIN -$HOST /lib/rustlib/$TARGET /lib/"
35
- rm -rf out /tmp/compile-libunwind
36
- fi
37
30
fi
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments