Age | Commit message (Collapse) | Author |
|
So far we've gotten away with using GCC 11 for Lagom and to compile the
toolchain, but via #15795 we discovered a compiler bug that has been
fixed in the latest version but would error the build with CI's GCC 11.
Time for an upgrade :^)
We already use ubuntu-22.04 images in most places, so this is pretty
straightforward. The only exception is Idan's self-hosted runner, which
uses Ubuntu Focal. LibJS should build fine with GCC 11, still.
|
|
Bump macOS CI version to macOS 11 while we're here.
|
|
This is no longer relevant for most users because due to an
unrelated change to Meta/run.sh the default display backend is now
SDL which does not exhibit this problem.
|
|
|
|
We currently require PAE and not having it causes us to crash.
This turns that crash into an error message.
|
|
In this guide, we explain two boot errors that can occur and what can be
done to solve them.
|