Skip to content

Commit

Permalink
Mirror all http_archives.
Browse files Browse the repository at this point in the history
  • Loading branch information
philwo authored and Nick Brachet committed May 19, 2020
1 parent a9d72b5 commit 0705846
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions boost/boost.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ def boost_deps():
http_archive(
name = "com_github_facebook_zstd",
urls = [
"https://mirror.bazel.build/github.com/facebook/zstd/releases/download/v1.4.4/zstd-1.4.4.tar.gz",
"https://github.com/facebook/zstd/releases/download/v1.4.4/zstd-1.4.4.tar.gz",
],
sha256 = "59ef70ebb757ffe74a7b3fe9c305e2ba3350021a918d168a046c6300aeea9315",
Expand All @@ -228,6 +229,7 @@ def boost_deps():
sha256 = "d73a8da01e8bf8c7eda40b4c84915071a8c8a0df4a6734537ddde4a8580524ee",
strip_prefix = "boost_1_71_0",
urls = [
"https://mirror.bazel.build/dl.bintray.com/boostorg/release/1.71.0/source/boost_1_71_0.tar.bz2",
"https://dl.bintray.com/boostorg/release/1.71.0/source/boost_1_71_0.tar.bz2",
],
patch_cmds = [ "rm -f doc/pdf/BUILD", ],
Expand Down

0 comments on commit 0705846

Please sign in to comment.