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 884640b commit cedfe3dCopy full SHA for cedfe3d
Dockerfile
@@ -16,7 +16,7 @@ RUN apt-get update && \
16
elif [ "$TARGETARCH" = "arm" ]; then \
17
echo armv7-unknown-linux-gnueabihf > TARGET && \
18
echo arm-linux-gnueabihf-gcc > LINKER && \
19
- apt-get install -y gcc-arm-linux-gnueabihf libgcc-s1-armhf-cross cmake libclang1 libc6-dev-armhf-cross && \
+ apt-get install -y gcc-arm-linux-gnueabihf libgcc-s1-armhf-cross cmake libclang1 && \
20
cargo install --force --locked bindgen-cli && \
21
echo "-I/usr/lib/gcc-cross/arm-linux-gnueabihf/12/include -I/usr/arm-linux-gnueabihf/include" > BINDGEN_EXTRA_CLANG_ARGS; \
22
cp /usr/arm-linux-gnueabihf/lib/libgcc_s.so.1 .; \
0 commit comments