On Thu, Jul 06, 2023 at 01:19:51PM +0000, Alberto Garcia wrote: >... > Bear in mind that supporting older distros means refraining from using > newer versions of the libraries and build dependencies that Webkit > uses. This is already complicated, but there's a bigger problem than > that: it also means not using recent versions of the C++ language, > something that affects the WebKit project as a whole and that would > need to be agreed with Apple. >...
A recent compiler is always already available: Debian *stable distributions (including LTS) already add a new LLVM major version annually since that is required for the latest Rust every new Firefox ESR branch needs. Since autumn 2022 unstable/stable/oldstable/oldoldstable all have the same version of LLVM 13 (released October 2021) due to that, if a recent C++ compiler was the only problem (it isn't) then everything would be fine. > Berto cu Adrian