We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a46dec commit 65a8e55Copy full SHA for 65a8e55
1 file changed
Dockerfile
@@ -59,6 +59,7 @@ RUN git clone --depth=1 --single-branch -b blueos-dev https://github.com/vivoblu
59
./x.py install -i --stage 0 rust-analyzer && \
60
./x.py install -i --stage 0 clippy && \
61
./x.py install -i --stage 0 llvm-tools
62
+RUN cargo install bindgen-cli@0.72.1 cbindgen@0.29.0
63
ENV PATH="/blueos-dev/sysroot/usr/local/bin:${PATH}"
64
# Clean up.
65
WORKDIR /blueos-dev
0 commit comments