Skip to content

Commit

Permalink
Add mirror for embedded JDKs URLs
Browse files Browse the repository at this point in the history
Reduce flakiness like: https://buildkite.com/bazel/bazel-bazel/builds/26343#018d1e09-4c23-404c-a307-7476e092c7ab

PiperOrigin-RevId: 599759327
Change-Id: I43fa2ec996f03e77da926c2afeaca13cbf029a1b
  • Loading branch information
meteorcloudy authored and copybara-github committed Jan 19, 2024
1 parent 8659f23 commit 2b44be7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bazel_downloader.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ rewrite (github.com)/(.*) https://mirror.bazel.build/$1/$2
rewrite (github.com)/(.*) https://$1/$2
rewrite (maven.google.com)/(.*) https://mirror.bazel.build/$1/$2
rewrite (maven.google.com)/(.*) https://$1/$2
rewrite (cdn.azul.com)/(.*) https://mirror.bazel.build/$1/$2
rewrite (cdn.azul.com)/(.*) https://$1/$2

0 comments on commit 2b44be7

Please sign in to comment.