Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Explicitly unset RUSTC_WRAPPER=sccache environment variable #12771

Merged
merged 7 commits into from
Nov 25, 2022
Next Next commit
CI: Explicitly unset RUSTC_WRAPPER=sccache environment variable
  • Loading branch information
rcny committed Nov 23, 2022
commit 33586cc72f65424d59f4202eaa96e78e623f1767
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ default:
.docker-env:
image: "${CI_IMAGE}"
before_script:
# TODO: remove unset invocation when we'll be free from 'ENV RUSTC_WRAPPER=sccache' & sccache itself in all images
- unset RUSTC_WRAPPER
- !reference [.rust-info-script, script]
- !reference [.rusty-cachier, before_script]
- !reference [.pipeline-stopper-vars, script]
Expand Down