Skip to content

Commit 65a8e55

Browse files
authored
Add bindgen and cbindgen (#11)
1 parent 4a46dec commit 65a8e55

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ RUN git clone --depth=1 --single-branch -b blueos-dev https://github.com/vivoblu
5959
./x.py install -i --stage 0 rust-analyzer && \
6060
./x.py install -i --stage 0 clippy && \
6161
./x.py install -i --stage 0 llvm-tools
62+
RUN cargo install bindgen-cli@0.72.1 cbindgen@0.29.0
6263
ENV PATH="/blueos-dev/sysroot/usr/local/bin:${PATH}"
6364
# Clean up.
6465
WORKDIR /blueos-dev

0 commit comments

Comments
 (0)