Docker image based on our base CI image <base-ci-linux:latest>
.
Used to build and test Substrate-based projects.
chromium-driver
Inherited from <base-ci-linux:latest>
:
libssl-dev
clang
lld
libclang-dev
make
cmake
git
pkg-config
curl
time
rhash
ca-certificates
Rust versions:
- stable (default)
- nightly
Rust tools & toolchains:
cargo-web
cargo-hack
cargo-nextest
sccache
wasm-pack
wasm-bindgen
cargo-deny
cargo-spellcheck
: Required for the CI to do automated spell-checking.cargo-hfuzz
wasm32-unknown-unknown
toolchainmdbook mdbook-mermaid mdbook-linkcheck mdbook-graphviz mdbook-last-changed
Click here for the registry.
test-substrate:
stage: test
image: paritytech/ci-linux:production
script:
- cargo build ...