Skip to content

Commit

Permalink
Merge #630
Browse files Browse the repository at this point in the history
630: Fix QEMU_LD_PREFIX in armv7-unknown-linux-musleabihf image r=reitermarkus a=maximdeclercq

The prefix had a typo. I was trying to use this variable in order to tell rust-bindgen where to look for headers.

Co-authored-by: Maxim De Clercq <maximdeclercq00@gmail.com>
  • Loading branch information
bors[bot] and maximdeclercq authored Mar 14, 2022
2 parents 8704050 + 07cb5ac commit 6c88f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.armv7-unknown-linux-musleabihf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN /musl.sh \
RUN ln -sf \
/usr/local/arm-linux-musleabihf/lib/libc.so \
/usr/local/arm-linux-musleabihf/lib/ld-musl-armhf.so.1
ENV QEMU_LD_PREFIX=/usr/local/arm-linux-musleabihd
ENV QEMU_LD_PREFIX=/usr/local/arm-linux-musleabihf

ENV CARGO_TARGET_ARMV7_UNKNOWN_LINUX_MUSLEABIHF_LINKER=arm-linux-musleabihf-gcc \
CARGO_TARGET_ARMV7_UNKNOWN_LINUX_MUSLEABIHF_RUNNER=qemu-arm \
Expand Down

0 comments on commit 6c88f5c

Please sign in to comment.