Restore missing cachepot env vars

This commit is contained in:
Kirill Bulatov
2022-04-18 12:15:54 +03:00
committed by Kirill Bulatov
parent 5b29774532
commit 81879f8137

View File

@@ -117,6 +117,8 @@ jobs:
fi
export CARGO_INCREMENTAL=0
export CACHEPOT_BUCKET=zenith-rust-cachepot
export RUSTC_WRAPPER=cachepot
export AWS_ACCESS_KEY_ID="${CACHEPOT_AWS_ACCESS_KEY_ID}"
export AWS_SECRET_ACCESS_KEY="${CACHEPOT_AWS_SECRET_ACCESS_KEY}"
"${cov_prefix[@]}" mold -run cargo build $CARGO_FLAGS --bins --tests