Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 741 Bytes

mirror.md

File metadata and controls

14 lines (9 loc) · 741 Bytes

mirror.bazel.build

The Bazel team provides an HTTPS mirror for artifacts that projects in the bazelbuild organization reference from their WORKSPACE files.

Only Bazel team members can upload files to the mirror. Uploads are done using a simple script that prevents mistakes like accidentally overwriting existing files.

The base URL is https://mirror.bazel.build and we mirror files using their original URL starting with the hostname.

Example

Original:                    https://github.com/google/googletest/archive/release-1.10.0.tar.gz
Mirror:   https://mirror.bazel.build/github.com/google/googletest/archive/release-1.10.0.tar.gz