mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-16 17:48:06 +02:00
The Rust toolchain is so that we can build and install grcov, which is Mozilla's tool to aggregate test coverage data into a report.
11 lines
278 B
Bash
11 lines
278 B
Bash
source ./.gitlab-ci/env.sh
|
|
|
|
set -eu
|
|
export CARGO_HOME='/usr/local/cargo'
|
|
|
|
rustup component add clippy
|
|
rustup component add rustfmt
|
|
# cargo install --force cargo-c
|
|
cargo install --version ^1.0 gitlab_clippy
|
|
cargo install --force cargo-deny
|
|
# cargo install --force cargo-outdated
|