1
Fork 0

README: fix the download URL

We need to preserve the old mirror URL until the new release is cut.
main
Motiejus Jakštys 2023-04-21 18:56:04 +03:00 committed by Motiejus Jakštys
parent e0e7a4ca46
commit 62f6b80479
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ http_archive(
sha256 = "e9f82bfb74b3df5ca0e67f4d4989e7f1f7ce3386c295fd7fda881ab91f83e509",
strip_prefix = "bazel-zig-cc-{}".format(HERMETIC_CC_TOOLCHAIN_VERSION),
urls = [
"https://mirror.bazel.build/github.com/uber/hermetic_cc_toolchain/releases/download/{0}/{0}.tar.gz".format(HERMETIC_CC_TOOLCHAIN_VERSION),
"https://mirror.bazel.build/github.com/uber/bazel-zig-cc/releases/download/{0}/{0}.tar.gz".format(HERMETIC_CC_TOOLCHAIN_VERSION),
"https://github.com/uber/hermetic_cc_toolchain/releases/download/{0}/{0}.tar.gz".format(HERMETIC_CC_TOOLCHAIN_VERSION),
],
)