Upgrade LLVM and Wine to the latest available versions
ステータスチェックはすべて成功しました
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

このコミットが含まれているのは:
Aiken Harris 2025-07-12 21:52:09 +02:00 committed by CodingWorkshop Signing Team
コミット 703df71191
署名者: CodingWorkshop Signing Team
GPGキーID: 6DC88369C82795D2

ファイルの表示

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