Replace cachepot with sccache

This commit is contained in:
Alexander Bayandin
2024-01-26 17:14:33 +00:00
committed by Alexander Bayandin
parent bc704917a3
commit b809391892
5 changed files with 15 additions and 15 deletions

View File

@@ -357,7 +357,7 @@ jobs:
env:
BUILD_TYPE: release
# remove the cachepot wrapper and build without crate caches
# remove the sccache wrapper and build without crate caches
RUSTC_WRAPPER: ""
# build with incremental compilation produce partial results
# so do not attempt to cache this build, also disable the incremental compilation