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-devclanglldlibclang-devmakecmakegitpkg-configcurltimerhashca-certificates
Rust versions:
- stable (default)
- nightly
Rust tools & toolchains:
cargo-webcargo-hackcargo-nextestsccachewasm-packwasm-bindgencargo-denycargo-spellcheck: Required for the CI to do automated spell-checking.cargo-hfuzzwasm32-unknown-unknowntoolchainmdbook 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 ...