From 81879f8137ca91315f57ff415170dc14f411d492 Mon Sep 17 00:00:00 2001 From: Kirill Bulatov Date: Mon, 18 Apr 2022 12:15:54 +0300 Subject: [PATCH] Restore missing cachepot env vars --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8752da506d..5aae143e48 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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