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.
bindgen
aws-lc
1 parent 3ef9292 commit 0442a35Copy full SHA for 0442a35
ci/docker/armv7-unknown-linux-gnueabihf/Dockerfile
@@ -1,4 +1,10 @@
1
FROM rust-armv7-unknown-linux-gnueabihf
2
3
+RUN apt-get update && \
4
+ apt-get install -qy libclang1 && \
5
+ curl --proto '=https' --tlsv1.2 -LsSf \
6
+ https://github.com/rust-lang/rust-bindgen/releases/latest/download/bindgen-cli-installer.sh | sh && \
7
+ mv /root/.cargo/bin/bindgen /usr/local/bin/
8
+
9
ENV CC_armv7_unknown_linux_gnueabihf=armv7-unknown-linux-gnueabihf-gcc \
- CARGO_TARGET_ARMV7_UNKNOWN_LINUX_GNUEABIHF_LINKER=armv7-unknown-linux-gnueabihf-gcc
10
+ CARGO_TARGET_ARMV7_UNKNOWN_LINUX_GNUEABIHF_LINKER=armv7-unknown-linux-gnueabihf-gcc
0 commit comments