mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-16 06:08: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.
2 lines
78 B
Bash
2 lines
78 B
Bash
export RUSTUP_HOME='/usr/local/rustup'
|
|
export PATH=$PATH:/usr/local/cargo/bin
|