Idan Horowitz
852ae6c195
Meta: Switch to clang-format-14 as the standard formatter
...
Now that clang-format-14 ubuntu packages are available, it's time to
finally upgrade our clang-format version. This version brings with it
a bunch of useful features with const-placement being the most notable.
These will be enabled in the following commits.
2022-04-01 21:24:45 +01:00
Idan Horowitz
6be75bd5e4
Meta: Use clang-13 instead of clang-12 in Azure CI
...
This should hopefully resolve a clang ICE seen in PR #12523 .
2022-02-14 23:55:23 +02:00
Daniel Bertalan
162606f358
Toolchain+CI: Link LLVM with LLD if available
...
According to most benchmarks, LLD is faster than GNU ld and the macOS
linker, so let's use it if possible in order to speed up the toolchain
build.
2022-01-10 09:55:45 +03:30
Andrew Kaster
c62c10caf0
Meta+CI+Documentation: Bump host gcc requirement up to gcc 11
...
Bump macOS CI version to macOS 11 while we're here.
2022-01-07 11:02:30 +01:00
Timothy Flynn
9663525542
CI: Ensure unzip is installed on the builders
...
The CLDR database comes in a .zip file.
2021-08-26 23:40:23 +02:00
Timothy Flynn
3ce6f26924
CI: Build and test SerenityOS with the Clang toolchain on Azure
2021-08-17 13:31:43 +01:00
Timothy Flynn
5eba8c948d
CI: Use Azure caching for Lagom build
...
Adds a compiler cache and a cache for the UCD files.
2021-08-17 13:31:43 +01:00
Timothy Flynn
27804a6e67
CI: Build and test Lagom (non-fuzzer) on Azure
2021-08-16 18:04:33 +01:00