From b4ee50ff6035c99f7ad464c0723d3c304b42e6c3 Mon Sep 17 00:00:00 2001 From: Si-Yuan Date: Wed, 24 Apr 2019 02:33:22 +0800 Subject: [PATCH] use an alternative boost mirror (#4685) --- WORKSPACE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 4ca8b3d13..b893b063a 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -32,8 +32,8 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") git_repository( name = "com_github_nelhage_rules_boost", - commit = "6d6fd834281cb8f8e758dd9ad76df86304bf1869", - remote = "https://github.com/nelhage/rules_boost", + commit = "5171b9724fbb39c5fdad37b9ca9b544e8858d8ac", + remote = "https://github.com/ray-project/rules_boost", ) load("@com_github_nelhage_rules_boost//:boost/boost.bzl", "boost_deps")