From cea7c385603f46cb5247ae8ab86e0b83978f393f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Mon, 18 Oct 2021 10:26:33 +0300 Subject: [PATCH] use zig from dl.jakstys.lt if anyone has an archive for any other arch, I'll take it. --- toolchain/defs.bzl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/toolchain/defs.bzl b/toolchain/defs.bzl index 1c2dcff..3b47802 100644 --- a/toolchain/defs.bzl +++ b/toolchain/defs.bzl @@ -154,7 +154,8 @@ def register_toolchains( # Pre-release: #version = "0.9.0-dev.953+211856693", # fails on darwin-x86_64 version = "0.9.0-dev.727+aad459836", - url_format = "https://ziglang.org/builds/zig-{host_platform}-{version}.tar.xz", + url_format = "https://dl.jakstys.lt./zig/zig-{host_platform}-{version}.tar.xz", + #url_format = "https://ziglang.org/builds/zig-{host_platform}-{version}.tar.xz", # Release: #version = "0.8.1", #url_format = "https://ziglang.org/download/{version}/zig-{host_platform}-{version}.tar.xz",