Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ci: use consistent sccache builds | Ben Boeckel | 2021-06-02 | 1 | -33/+18 |
| | |||||
* | ci: add sccache 0.2.15 custom build for aarch64-apple-darwin | Brad King | 2021-02-23 | 1 | -0/+7 |
| | | | | Our custom build includes a patch to avoid server startup timeouts. | ||||
* | ci: update to sccache 0.2.15 on linux builds | Brad King | 2021-02-23 | 1 | -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 aarch64 | Hi Key | 2020-12-22 | 1 | -7/+14 |
| | |||||
* | ci: use a patched sccache on macOS | Ben Boeckel | 2020-10-19 | 1 | -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 builder | Ben Boeckel | 2020-05-22 | 1 | -4/+24 |
| | |||||
* | ci: add scripts to download build tools | Ben Boeckel | 2020-04-29 | 1 | -0/+16 |