Linux cross compiling tool chain for 5.7

What is the current Linux cross-compiling tool chain to use with 5.7? 5.7 just released today and the page that lists which toolchain to use hasn’t been updated yet.

Linux Development Requirements for Unreal Engine | Unreal Engine 5.7 Documentation | Epic Developer Community

Followup but we often are previewing future engines before they release. Is there a way to figure out which toolchain to use before an engine is released?

Hi Andrew,

The current toolchain for 5.7 is v26_clang-20.1.8-rockylinux8. The current toolchain is always declared in Engine/Config/Linux/Linux_SDK.json and that data is used by Engine/Build/BatchFiles/Linux/SetupToolchain.sh.

Best regards