We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d271e81 commit 383c58eCopy full SHA for 383c58e
docker/Dockerfile.mipsel-unknown-linux-uclibc
@@ -25,13 +25,10 @@ RUN TARGET_ARCH=mipsel /deny-debian-packages.sh \
25
COPY qemu.sh /
26
RUN /qemu.sh mipsel
27
28
-COPY linux-image.sh /
29
-RUN /linux-image.sh mipsel
30
-
31
COPY qemu-runner base-runner.sh /
32
33
ENV CARGO_TARGET_MIPSEL_UNKNOWN_LINUX_UCLIBC_LINKER=mipsel-unknown-linux-uclibc-gcc \
34
- CARGO_TARGET_MIPSEL_UNKNOWN_LINUX_UCLIBC_RUNNER="/linux-runner mipsel" \
+ CARGO_TARGET_MIPSEL_UNKNOWN_LINUX_UCLIBC_RUNNER="/qemu-runner mipsel" \
35
CC_mipsel_unknown_linux_uclibc=mipsel-unknown-linux-uclibc-gcc \
36
CXX_mipsel_unknown_linux_uclibc=mipsel-unknown-linux-uclibc-g++ \
37
BINDGEN_EXTRA_CLANG_ARGS_mipsel_unknown_linux_uclibc="--sysroot=/usr/mipsel-unknown-linux-uclibc" \
0 commit comments