Revert "Try to disable sccache"

This reverts commit 75828c6e81.
This commit is contained in:
alesapin 2024-07-04 14:08:08 +02:00
parent c9ed6b78a7
commit 036d0c3fad

View File

@ -62,7 +62,7 @@ def get_packager_cmd(
if build_config.tidy:
cmd += " --clang-tidy"
cmd += " --cache=ccache"
cmd += " --cache=sccache"
cmd += " --s3-rw-access"
cmd += f" --s3-bucket={S3_BUILDS_BUCKET}"