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 1e3c4bb commit 6159edbCopy full SHA for 6159edb
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 build-essential libclang-dev libc6-armhf-cross
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