Preserve srs wrapper for Cargo subcommands

This commit is contained in:
Zanie Blue
2026-06-09 12:50:14 -05:00
parent 50fedc4b07
commit 4d3bd90c9f
+2
View File
@@ -49,7 +49,9 @@ rustc +"$toolchain" -Vv
cargo +"$toolchain" -Vv
cargo +"$toolchain" clippy -V
cargo_wrapper="$(RUSTUP_TOOLCHAIN="$toolchain" rustup which cargo)"
{
echo "CARGO=${cargo_wrapper}"
echo "CARGO_INCREMENTAL=0"
echo "RUSTUP_TOOLCHAIN=${toolchain}"
echo "SRS_CARGO_ARTIFACT_CACHE_MAX_SIZE=4GiB"