aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2022-08-24 16:18:42 -0700
committerAndrew Kelley <andrew@ziglang.org>2022-08-24 16:18:42 -0700
commitf4980a480023c36692da52083f421e068e40f6b3 (patch)
treeadf61541fdcc05505306d3e165b7998ef0e22bda /ci
parenta9af4727286734cd9b05d3b031e6d5c1834a6a8b (diff)
downloadzig-f4980a480023c36692da52083f421e068e40f6b3.tar.gz
zig-f4980a480023c36692da52083f421e068e40f6b3.zip
CI: windows: update tarball
needed because of some changes to std.dwarf
Diffstat (limited to 'ci')
-rw-r--r--ci/azure/pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/azure/pipelines.yml b/ci/azure/pipelines.yml
index e77c759275..33747d4d18 100644
--- a/ci/azure/pipelines.yml
+++ b/ci/azure/pipelines.yml
@@ -27,7 +27,7 @@ jobs:
vmImage: 'windows-2019'
variables:
TARGET: 'x86_64-windows-gnu'
- ZIG_LLVM_CLANG_LLD_NAME: 'zig+llvm+lld+clang-${{ variables.TARGET }}-0.10.0-dev.3671+62ff8871e'
+ ZIG_LLVM_CLANG_LLD_NAME: 'zig+llvm+lld+clang-${{ variables.TARGET }}-0.10.0-dev.3733+a9af47272'
ZIG_LLVM_CLANG_LLD_URL: 'https://ziglang.org/deps/${{ variables.ZIG_LLVM_CLANG_LLD_NAME }}.zip'
steps:
- pwsh: |