1
Fork 0

[readme] less bragging about the home server

This commit is contained in:
Motiejus Jakštys 2022-01-25 11:19:52 +02:00
parent c3655fbe65
commit 78f3a59f0c
1 changed files with 3 additions and 3 deletions

View File

@ -149,9 +149,9 @@ _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 (although 100% over the last 3 months
# as of writing, which is better than s3).
# months in bazel-zig-cc. dl.jakstys.lt is a small x86_64 server with an NVMe
# drive sitting in my home closet on a 1GB/s symmetric residential connection,
# which, as of writing, has been quite reliable.
_URL_FORMAT_JAKSTYS = "https://dl.jakstys.lt/zig/zig-{host_platform}-{version}.tar.xz"
_VERSION = "0.10.0-dev.283+ba0f72363"