From c3655fbe6559046cf37b93390388d038216f8740 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Tue, 25 Jan 2022 11:12:18 +0200 Subject: [PATCH] brag about home server reliability --- toolchain/defs.bzl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/toolchain/defs.bzl b/toolchain/defs.bzl index 688b81b..94872a1 100644 --- a/toolchain/defs.bzl +++ b/toolchain/defs.bzl @@ -150,7 +150,8 @@ _URL_FORMAT_NIGHTLY = "https://ziglang.org/builds/zig-{host_platform}-{version}. # Author's mirror that doesn't purge the nightlies so aggressively. I will be # cleaning those up manually only after the artifacts are not in use for many # months in bazel-zig-cc. dl.jakstys.lt is sitting in my home closet, so -# reliability is not as promising as s3. +# reliability is not as promising as s3 (although 100% over the last 3 months +# as of writing, which is better than s3). _URL_FORMAT_JAKSTYS = "https://dl.jakstys.lt/zig/zig-{host_platform}-{version}.tar.xz" _VERSION = "0.10.0-dev.283+ba0f72363"