From 3779c75beb52c72a09c1673faeb45d40b80b6cd4 Mon Sep 17 00:00:00 2001 From: pkova Date: Tue, 5 Sep 2023 13:20:56 +0300 Subject: [PATCH] bazel: host h2o from s3 since github is unable to serve it reliably --- WORKSPACE.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WORKSPACE.bazel b/WORKSPACE.bazel index d1dad3d96a..8fa018b97a 100644 --- a/WORKSPACE.bazel +++ b/WORKSPACE.bazel @@ -207,7 +207,7 @@ versioned_http_archive( patches = ["//bazel/third_party/h2o:{version}.patch"], sha256 = "f8cbc1b530d85ff098f6efc2c3fdbc5e29baffb30614caac59d5c710f7bda201", strip_prefix = "h2o-{version}", - url = "https://github.com/h2o/h2o/archive/refs/tags/v{version}.tar.gz", + url = "https://urbit-foundation.s3.us-east-2.amazonaws.com/h2o-{version}.tar.gz", # When bumping the version, compare `CMakeLists.txt` in the `h2o` repo to # {build_file} and confirm that {build_file} remains an accurate description # of the h2o build process.