Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Explicitly unset RUSTC_WRAPPER=sccache environment variable (parityte…
…ch#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) (paritytech#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) (paritytech#12755)" This reverts commit fde8391. Co-authored-by: João Paulo Silva de Souza <[email protected]>
- Loading branch information