Skip to content
This repository was archived by the owner on Nov 4, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add mdbook utils to ci-linux
  • Loading branch information
alvicsam committed Nov 8, 2022
commit 4c88ae4ce370a75f43b71c6ad954b078ef5b7807
2 changes: 1 addition & 1 deletion dockerfiles/base-ci-linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ENV RUSTUP_HOME=/usr/local/rustup \
RUN set -eux; \
apt-get -y update; \
apt-get install -y --no-install-recommends \
libssl-dev make cmake \
libssl-dev make cmake graphviz \
git pkg-config curl time rhash ca-certificates \
python3 python3-pip lsof ruby ruby-bundler git-restore-mtime xz-utils unzip gnupg protobuf-compiler && \
# add clang 13 repo
Expand Down
3 changes: 2 additions & 1 deletion dockerfiles/ci-linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ RUN set -eux && \
rustup target add wasm32-unknown-unknown && \
rustup target add wasm32-unknown-unknown --toolchain nightly && \
# install cargo tools
cargo install cargo-web wasm-pack cargo-deny cargo-spellcheck cargo-nextest cargo-hack && \
cargo install cargo-web wasm-pack cargo-deny cargo-spellcheck cargo-nextest cargo-hack \
mdbook mdbook-mermaid mdbook-linkcheck mdbook-graphviz mdbook-last-changed && \
cargo install --version 0.4.2 diener && \
# wasm-bindgen-cli version should match the one pinned in substrate
# https://github.com/paritytech/substrate/blob/master/bin/node/browser-testing/Cargo.toml#L15
Expand Down