Upgrade LLVM and Wine to the latest available versions
All checks were successful
Builds / XTchain (full, linux) (push) Successful in 1h31m19s
Builds / XTchain (full, windows) (push) Successful in 1h31m41s
Builds / XTchain (minimal, windows) (push) Successful in 2m21s
Builds / XTchain (minimal, linux) (push) Successful in 2m53s

This commit is contained in:
Aiken Harris 2025-07-12 21:52:09 +02:00 committed by CodingWorkshop Signing Team
parent 4f66ebfd88
commit 703df71191
Signed by: CodingWorkshop Signing Team
GPG Key ID: 6DC88369C82795D2

View File

@ -31,7 +31,7 @@ CMAKEVCS="https://gitlab.kitware.com/cmake/cmake.git"
# LLVM Settings # LLVM Settings
LLVMDIR="${SRCDIR}/llvm" LLVMDIR="${SRCDIR}/llvm"
LLVMTAG="llvmorg-20.1.7" LLVMTAG="llvmorg-20.1.8"
LLVMVCS="https://github.com/llvm/llvm-project.git" LLVMVCS="https://github.com/llvm/llvm-project.git"
# Ninja Settings # Ninja Settings
@ -41,7 +41,7 @@ NINJAVCS="https://github.com/ninja-build/ninja.git"
# Wine Settings # Wine Settings
WINEDIR="${SRCDIR}/wine" WINEDIR="${SRCDIR}/wine"
WINETAG="wine-10.11" WINETAG="wine-10.12"
WINEVCS="https://github.com/wine-mirror/wine.git" WINEVCS="https://github.com/wine-mirror/wine.git"