Skip to content

Conversation

mschae23
Copy link
Contributor

Using hexops/wrench.

@alexrp alexrp requested a review from mlugg August 3, 2025 19:56
@mschae23
Copy link
Contributor Author

mschae23 commented Aug 3, 2025

I'm going to be honest, I can't tell why the workflow failed – but it didn't even get to the “check mirrors” part, so I assume it isn't an issue on my side?

Edit: I guess it's ziglang.org removing the nightly build used for it?

@nektro
Copy link
Contributor

nektro commented Aug 3, 2025

yep

- name: Install Zig
# We can't use mlugg/setup-zig, because that Action uses the community mirror list, which
# this workflow is in the "supply chain" for. Instead, just directly fetch a tarball from
# ziglang.org. This is **not** a recommended strategy for most users, but rather a special
# case due to the role this repository plays in maintaining the mirror list.
run: |
curl -L 'https://ziglang.org/builds/zig-x86_64-linux-0.15.0-dev.885+e83776595.tar.xz' | tar -xJ
mv 'zig-x86_64-linux-0.15.0-dev.885+e83776595' zig
echo "$PWD/zig" >>"$GITHUB_PATH"

https://ziglang.org/builds/zig-x86_64-linux-0.15.0-dev.885+e83776595.tar.xz is 404ing

@mlugg
Copy link
Member

mlugg commented Aug 3, 2025

Yeah, sorry, I'll try and get that fixed up tomorrow!

@mlugg
Copy link
Member

mlugg commented Aug 26, 2025

Sorry, it took a while to get check-mirrors fixed! Rebasing this now so the checks can run properly.

@mlugg
Copy link
Member

mlugg commented Aug 26, 2025

Looking good, thank you!

@mlugg mlugg merged commit 48aba42 into ziglang:main Aug 26, 2025
3 checks passed
@mschae23 mschae23 deleted the mschae-mirror branch August 26, 2025 09:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants