Skip to content

Commit 383c58e

Browse files
author
Axel Persinger
committed
Updated to use qemu-runner
1 parent d271e81 commit 383c58e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docker/Dockerfile.mipsel-unknown-linux-uclibc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,10 @@ RUN TARGET_ARCH=mipsel /deny-debian-packages.sh \
2525
COPY qemu.sh /
2626
RUN /qemu.sh mipsel
2727

28-
COPY linux-image.sh /
29-
RUN /linux-image.sh mipsel
30-
3128
COPY qemu-runner base-runner.sh /
3229

3330
ENV CARGO_TARGET_MIPSEL_UNKNOWN_LINUX_UCLIBC_LINKER=mipsel-unknown-linux-uclibc-gcc \
34-
CARGO_TARGET_MIPSEL_UNKNOWN_LINUX_UCLIBC_RUNNER="/linux-runner mipsel" \
31+
CARGO_TARGET_MIPSEL_UNKNOWN_LINUX_UCLIBC_RUNNER="/qemu-runner mipsel" \
3532
CC_mipsel_unknown_linux_uclibc=mipsel-unknown-linux-uclibc-gcc \
3633
CXX_mipsel_unknown_linux_uclibc=mipsel-unknown-linux-uclibc-g++ \
3734
BINDGEN_EXTRA_CLANG_ARGS_mipsel_unknown_linux_uclibc="--sysroot=/usr/mipsel-unknown-linux-uclibc" \

0 commit comments

Comments
 (0)