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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user