summaryrefslogtreecommitdiffstats
path: root/.gitlab/ci/sccache.sh
Commit message (Collapse)AuthorAgeFilesLines
* ci: use consistent sccache buildsBen Boeckel2021-06-021-33/+18
|
* ci: add sccache 0.2.15 custom build for aarch64-apple-darwinBrad King2021-02-231-0/+7
| | | | Our custom build includes a patch to avoid server startup timeouts.
* ci: update to sccache 0.2.15 on linux buildsBrad King2021-02-231-5/+5
| | | | | | The upstream release includes binaries for the architectures we need. However, the binaries do not have execute permission in their tarballs, so add it explicitly.
* gitlab-ci: add jobs to make Linux release packages for aarch64Hi Key2020-12-221-7/+14
|
* ci: use a patched sccache on macOSBen Boeckel2020-10-191-4/+12
| | | | | | | This version is much less likely to timeout on server startup since it runs the expensive computation in a background thread. See https://github.com/mozilla/sccache/pull/868 for the status.
* gitlab-ci: add a macos builderBen Boeckel2020-05-221-4/+24
|
* ci: add scripts to download build toolsBen Boeckel2020-04-291-0/+16