Update toolchain component
All checks were successful
Builds / XTchain (full, linux) (push) Successful in 2h20m1s
Builds / XTchain (full, windows) (push) Successful in 2h21m28s
Builds / XTchain (minimal, linux) (push) Successful in 3m54s
Builds / XTchain (minimal, windows) (push) Successful in 3m41s

This commit is contained in:
2025-11-22 23:26:58 +01:00
parent 9634d5e6cf
commit 65714912c2
2 changed files with 4 additions and 4 deletions

View File

@@ -26,12 +26,12 @@ TARGET_SYSTEM=linux
# CMake Settings # CMake Settings
CMAKEDIR="${SRCDIR}/cmake" CMAKEDIR="${SRCDIR}/cmake"
CMAKETAG="v4.1.1" CMAKETAG="v4.2.0"
CMAKEVCS="https://gitlab.kitware.com/cmake/cmake.git" CMAKEVCS="https://gitlab.kitware.com/cmake/cmake.git"
# LLVM Settings # LLVM Settings
LLVMDIR="${SRCDIR}/llvm" LLVMDIR="${SRCDIR}/llvm"
LLVMTAG="llvmorg-21.1.5" LLVMTAG="llvmorg-21.1.6"
LLVMVCS="https://github.com/llvm/llvm-project.git" LLVMVCS="https://github.com/llvm/llvm-project.git"
# Mtools Settings # Mtools Settings
@@ -41,12 +41,12 @@ MTOOLSVCS="https://github.com/xt-sys/mtools.git"
# Ninja Settings # Ninja Settings
NINJADIR="${SRCDIR}/ninja" NINJADIR="${SRCDIR}/ninja"
NINJATAG="v1.13.1" NINJATAG="v1.13.2"
NINJAVCS="https://github.com/ninja-build/ninja.git" NINJAVCS="https://github.com/ninja-build/ninja.git"
# Wine Settings # Wine Settings
WINEDIR="${SRCDIR}/wine" WINEDIR="${SRCDIR}/wine"
WINETAG="wine-10.15" WINETAG="wine-10.19"
WINEVCS="https://github.com/wine-mirror/wine.git" WINEVCS="https://github.com/wine-mirror/wine.git"