bazelbuild/rules_closure

Missing multiple recent `rules_closure` archives in Bazel mirror

mbrukman opened this issue · 3 comments

The Setup section in the README says to add the following code snippet in WORKSPACE:

http_archive(
    # ...snip...
    urls = [
        "https://mirror.bazel.build/github.com/bazelbuild/rules_closure/archive/0.10.0.tar.gz",
        "https://github.com/bazelbuild/rules_closure/archive/0.10.0.tar.gz",
    ],
)

However, the first URL (https://mirror.bazel.build/github.com/bazelbuild/rules_closure/archive/0.10.0.tar.gz) returns a 404.

Additionally, the following releases don't exist on the mirror, either:

These releases do exist on the mirror, however:

which suggests that these releases used to be uploaded to the mirror in the past.

Can the missing releases be uploaded to the Bazel mirror, or should the code sample stop referring to the missing file?

Thanks for reporting! That was probably just an oversight.

@meteorcloudy Can you upload the following files to Bazel-mirror, please? Thank you!

  • https://github.com/bazelbuild/rules_closure/archive/0.10.0.tar.gz
  • https://github.com/bazelbuild/rules_closure/archive/0.9.0.tar.gz
  • https://github.com/bazelbuild/rules_closure/archive/0.8.0.tar.gz

Verified that they're all there; thanks for fixing!