Skip to content

Commit

Permalink
add uniffi_bingen install step
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Leshiy committed Sep 25, 2023
1 parent 9a8500b commit 0869c4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools_container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ ARG MDBOOK_THEME_VERSION="0.1.2"
ARG CARGO_SPELLCHECK_VERSION="0.12.3"
ARG CARGO_DEPGRAPH="1.4.0"
ARG CARGO_REFINERY_CLI="0.8.7"
ARG CARGO_REFINERY_CLI="0.21.1"

ENV CARGO_INSTALL_ROOT /usr/local/
ENV CARGO_TARGET_DIR /tmp/target/
Expand Down Expand Up @@ -66,6 +67,7 @@ RUN cargo install mdbook-template --vers ${MDBOOK_TEMPLATE_VERSION} --verbose
RUN cargo install mdbook-theme --vers ${MDBOOK_THEME_VERSION} --verbose
RUN cargo install cargo-depgraph --vers ${CARGO_DEPGRAPH} --verbose
RUN cargo install refinery_cli --vers ${CARGO_REFINERY_CLI} --verbose
RUN cargo install uniffi_bindgen --vers ${CARGO_UNIFFI_BINDGEN} --verbose

RUN cargo install cargo-cache --no-default-features --features ci-autoclean,vendored-libgit cargo-cache

Expand Down

0 comments on commit 0869c4f

Please sign in to comment.