Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-08 | CI: Add a cache for the IANA time zone database files | Timothy Flynn | |
2021-10-18 | CI: Build the Clang toolchain a single time for both onboard pipelines | Timothy Flynn | |
As of the Clang 13 upgrade, we only need to build the toolchain once and can use that toolchain for both x86_64 and i686. To do this, this breaks the main Azure configuration into 3 "stages" (Lagom, Toolchain, and Serenity), where the Serenity stage depends on the Toolchain stage. This has the added benefit of uploading a new prebuilt toolchain cache sooner than before, which should help alleviate pressure from PRs. |