diff options
| author | Stefan Boberg <[email protected]> | 2026-03-16 16:28:45 +0100 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2026-03-16 16:28:45 +0100 |
| commit | 5052ff3f4633d0a14725d2b48ed420d1ab6021d4 (patch) | |
| tree | 674e6b5a5d26e1aeb3569e853739513fec581c30 /scripts | |
| parent | Push Docker images to ECR after building (#845) (diff) | |
| download | zen-5052ff3f4633d0a14725d2b48ed420d1ab6021d4.tar.xz zen-5052ff3f4633d0a14725d2b48ed420d1ab6021d4.zip | |
bump toolchain to match what's in use for UE (#846)
Update Linux toochain to v26_clang-20.1.8-rockylinux8, which matches what UE is currently using.
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/ue_build_linux/get_ue_toolchain.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ue_build_linux/get_ue_toolchain.sh b/scripts/ue_build_linux/get_ue_toolchain.sh index 0afd40fe3..582319fc3 100755 --- a/scripts/ue_build_linux/get_ue_toolchain.sh +++ b/scripts/ue_build_linux/get_ue_toolchain.sh @@ -26,7 +26,7 @@ cd $toolchain_dir mkdir -p tmp cd tmp -CLANG_VERSION=v25_clang-18.1.0-rockylinux8 +CLANG_VERSION=v26_clang-20.1.8-rockylinux8 TOOLCHAIN_PLATFORM=x86_64-unknown-linux-gnu echo "Fetching UE toolchain $CLANG_VERSION into '$toolchain_dir'..." |