Skip to content

Commit

Permalink
Fix QEMU_LD_PREFIX in armv7-unknown-linux-musleabihf image
Browse files Browse the repository at this point in the history
The prefix had a typo. I was trying to use this variable in order to tell rust-bindgen where to look for headers.
  • Loading branch information
maximdeclercq authored Jan 22, 2022
1 parent 2f1ef07 commit 07cb5ac
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 07cb5ac

Please sign in to comment.