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

Commit 39ef178

Browse files
Explicitly unset RUSTC_WRAPPER=sccache environment variable (#12771)
* CI: Explicitly unset RUSTC_WRAPPER=sccache environment variable * Try with `rusty-cachier` disabled * Re-enable `rusty-cachier` and try with the staging image * Bring back `production` image * Sort crates before splitting them into groups (+ some improvements) (#12755) * sort crates before splitting them into groups this is useful so that crates always get routed to a specific group for a given version of the source code, which means that jobs for each batch can be reliably retried individually * more verbose output * misc improvements * put uniq after sort uniq filters by adjacent lines * shellcheck * rm useless backlashes * handle edge case of no crates detected * Revert "Sort crates before splitting them into groups (+ some improvements) (#12755)" This reverts commit fde8391. Co-authored-by: João Paulo Silva de Souza <77391175+joao-paulo-parity@users.noreply.github.com>
1 parent d11846b commit 39ef178

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitlab-ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ default:
106106
.docker-env:
107107
image: "${CI_IMAGE}"
108108
before_script:
109+
# TODO: remove unset invocation when we'll be free from 'ENV RUSTC_WRAPPER=sccache' & sccache itself in all images
110+
- unset RUSTC_WRAPPER
109111
- !reference [.rust-info-script, script]
110112
- !reference [.rusty-cachier, before_script]
111113
- !reference [.pipeline-stopper-vars, script]

0 commit comments

Comments
 (0)