zig sdk: download from zig upstream as well as jakstys.lt
Now that the toolchain supports multiple mirrors, we can have more robust defaults: try ziglang.org first, then dl.jakstys.lt when that one removes the build we rely on. This will make builds less prone to inevitable failures of my home server.
This commit is contained in:
parent
7d5fb880c8
commit
8fec0e3441
@ -43,7 +43,7 @@ _HOST_PLATFORM_SHA256 = {
|
||||
|
||||
def toolchains(
|
||||
version = _VERSION,
|
||||
url_formats = [URL_FORMAT_JAKSTYS],
|
||||
url_formats = [URL_FORMAT_NIGHTLY, URL_FORMAT_JAKSTYS],
|
||||
host_platform_sha256 = _HOST_PLATFORM_SHA256):
|
||||
"""
|
||||
Download zig toolchain and declare bazel toolchains.
|
||||
|
Loading…
Reference in New Issue
Block a user