Skip to content

Commit

Permalink
Use sourceforge mirrors for boost. (#1378)
Browse files Browse the repository at this point in the history
  • Loading branch information
pifon2a committed Aug 10, 2018
1 parent b6b41e9 commit dcf63d6
Show file tree
Hide file tree
Showing 2 changed files with 225 additions and 205 deletions.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ cartographer_repositories()

# This can't be inside cartographer_repositories() because of:
# https://github.com/bazelbuild/bazel/issues/1550
load("@com_github_nelhage_boost//:boost/boost.bzl", "boost_deps")
load("@com_github_nelhage_rules_boost//:boost/boost.bzl", "boost_deps")

boost_deps()

Expand Down

0 comments on commit dcf63d6

Please sign in to comment.