1
Fork 0

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.
nix
Motiejus Jakštys 2022-05-18 10:42:51 +03:00
parent 7d5fb880c8
commit 8fec0e3441
1 changed files with 1 additions and 1 deletions

View File

@ -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.