CI: Bump Lagom CI builds to gcc-13 and clang-18

This includes Lagom Tools for Serenity builds, and the Lagom builds on
Azure.
This commit is contained in:
Andrew Kaster
2024-02-05 03:45:43 -07:00
committed by Andrew Kaster
parent 913cffe928
commit 2e385e4c12
14 changed files with 53 additions and 53 deletions

View File

@@ -43,9 +43,9 @@ If this happens, run `Meta/serenity.sh rebuild x86_64` to start over from a fres
### GCC is missing or is outdated
Ensure your gcc version is >= 12 with `gcc --version`. Otherwise, install it. If your gcc binary is not
Ensure your gcc version is >= 13 with `gcc --version`. Otherwise, install it. If your gcc binary is not
called `gcc` you have to specify the names of your C and C++ compiler when you run cmake, e.g.
`cmake ../.. -GNinja -DCMAKE_C_COMPILER=gcc-12 -DCMAKE_CXX_COMPILER=g++-12`.
`cmake ../.. -GNinja -DCMAKE_C_COMPILER=gcc-13 -DCMAKE_CXX_COMPILER=g++-13`.
### Legacy renegotiation is disabled