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.
1 parent b7cd429 commit 3fc52e9Copy full SHA for 3fc52e9
ci/docker/aarch64-unknown-linux-gnu/Dockerfile
@@ -1,8 +1 @@
1
FROM rust-aarch64-unknown-linux-gnu
2
-
3
-# Building `aws-lc-rs` for Linux depends on `gcc-multilib`, `libclang` and `bindgen`.
4
-# See: https://aws.github.io/aws-lc-rs/requirements/linux
5
-RUN apt-get update && apt-get install -qy gcc-multilib libclang-dev
6
7
-ENV CC_aarch64_unknown_linux_gnu=aarch64-unknown-linux-gnu-gcc \
8
- CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER=aarch64-unknown-linux-gnu-gcc
0 commit comments