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.
libclang
aws-lc
1 parent 00bb22c commit 9b03ed0Copy full SHA for 9b03ed0
ci/docker/armv7-unknown-linux-gnueabihf/Dockerfile
@@ -1,4 +1,6 @@
1
FROM rust-armv7-unknown-linux-gnueabihf
2
3
+RUN apt-get update && apt-get install -qy gcc-multilib libclang-dev
4
+
5
ENV CC_armv7_unknown_linux_gnueabihf=armv7-unknown-linux-gnueabihf-gcc \
- CARGO_TARGET_ARMV7_UNKNOWN_LINUX_GNUEABIHF_LINKER=armv7-unknown-linux-gnueabihf-gcc
6
+ CARGO_TARGET_ARMV7_UNKNOWN_LINUX_GNUEABIHF_LINKER=armv7-unknown-linux-gnueabihf-gcc
0 commit comments