Pin Linux cross LLVM toolchains to 20.1.8

This commit is contained in:
2026-06-11 10:34:53 -07:00
parent 7379208c91
commit 7d14141669
+2 -2
View File
@@ -67,7 +67,7 @@ llvm.toolchain(
# Uses the same LLVM distribution but with a Linux sysroot
llvm.toolchain(
name = "llvm_toolchain_linux",
llvm_version = "21.1.8",
llvm_version = "20.1.8",
)
# Linux x86_64 sysroot for cross-compilation
@@ -80,7 +80,7 @@ llvm.sysroot(
# Cross-compilation toolchain (macOS -> Linux ARM64)
llvm.toolchain(
name = "llvm_toolchain_linux_arm64",
llvm_version = "21.1.8",
llvm_version = "20.1.8",
)
# Linux ARM64 sysroot for cross-compilation