diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2023-02-06 20:20:53 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2023-02-06 20:20:53 -0500 |
| commit | aa06416543e99d4964484572ca4331b23c36f25c (patch) | |
| tree | d5d8901027255e7718941f43d4b352c2ef7c3c7b /static/build.html | |
| parent | 31445f556b9af4eb08370bbab8ac97c4e1ea741e (diff) | |
document using 5.15 LTS for builds
Diffstat (limited to 'static/build.html')
| -rw-r--r-- | static/build.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/static/build.html b/static/build.html index 3123c644..73f29985 100644 --- a/static/build.html +++ b/static/build.html @@ -214,8 +214,10 @@ <section id="build-dependencies"> <h3><a href="#build-dependencies">Build dependencies</a></h3> - <p>Arch Linux, Debian bullseye and Ubuntu 22.04 LTS are the officially supported - operating systems for building GrapheneOS.</p> + <p>Arch Linux, Debian bullseye and Ubuntu 22.04 LTS are the officially + supported operating systems for building GrapheneOS. Linux 5.15 LTS (linux-lts + package) is recommended on Arch Linux due to newer Linux kernel releases + causing non-deterministic OpenJDK crashes during builds.</p> <p>Dependencies for fetching and verifying the sources:</p> |
