about summary refs log tree commit diff
path: root/src/ci/scripts/install-sccache.sh
AgeCommit message (Collapse)AuthorLines
2021-08-25Bump sccache used in CI to v0.2.15Mark Rousskov-1/+1
This skips bumping Windows sccache because we run into compilation failures when doing so (-m32 not supported by clang-cl?). Not clear on cause, but seems easiest to just hold back. This should avoid PGO-related failures encountered on Linux, and more broadly seems like a good idea on other platforms as well (though it is likely not necessary right this moment).
2019-10-25ci: extract installing sccache into a scriptPietro Albini-0/+20