1

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:
Motiejus Jakštys 2022-05-18 10:42:51 +03:00
parent 7d5fb880c8
commit 8fec0e3441

View File

@ -43,7 +43,7 @@ _HOST_PLATFORM_SHA256 = {
def toolchains( def toolchains(
version = _VERSION, version = _VERSION,
url_formats = [URL_FORMAT_JAKSTYS], url_formats = [URL_FORMAT_NIGHTLY, URL_FORMAT_JAKSTYS],
host_platform_sha256 = _HOST_PLATFORM_SHA256): host_platform_sha256 = _HOST_PLATFORM_SHA256):
""" """
Download zig toolchain and declare bazel toolchains. Download zig toolchain and declare bazel toolchains.