aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2024-01-08 12:05:37 -0700
committerAndrew Kelley <andrew@ziglang.org>2024-01-08 12:05:37 -0700
commite92cc155fd6098200e9e2f3dd478dc13ff02ebf2 (patch)
tree0d187bea14329182af445fb18b70bfc7e82e50a5 /ci
parent9a4a74eb65a681b078163ad6d0522c3c49918e9b (diff)
downloadzig-e92cc155fd6098200e9e2f3dd478dc13ff02ebf2.tar.gz
zig-e92cc155fd6098200e9e2f3dd478dc13ff02ebf2.zip
CI: update aarch64-windows tarball
Contains the mingw upgrade to use ucrt.
Diffstat (limited to 'ci')
-rw-r--r--ci/aarch64-windows.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/aarch64-windows.ps1 b/ci/aarch64-windows.ps1
index 3e9881d68c..72da7c3a89 100644
--- a/ci/aarch64-windows.ps1
+++ b/ci/aarch64-windows.ps1
@@ -1,5 +1,5 @@
$TARGET = "$($Env:ARCH)-windows-gnu"
-$ZIG_LLVM_CLANG_LLD_NAME = "zig+llvm+lld+clang-$TARGET-0.12.0-dev.2073+402fe565a"
+$ZIG_LLVM_CLANG_LLD_NAME = "zig+llvm+lld+clang-$TARGET-0.12.0-dev.2087+e9a18010b"
$MCPU = "baseline"
$ZIG_LLVM_CLANG_LLD_URL = "https://ziglang.org/deps/$ZIG_LLVM_CLANG_LLD_NAME.zip"
$PREFIX_PATH = "$(Get-Location)\..\$ZIG_LLVM_CLANG_LLD_NAME"