From 5c292672df04ab82a97be5116d47dc0cc544b39f Mon Sep 17 00:00:00 2001 From: Yun Peng Date: Wed, 31 Oct 2018 13:32:06 +0100 Subject: [PATCH] Use Starlark version of http_archive To fix https://github.com/google/glog/issues/376 --- WORKSPACE | 2 ++ 1 file changed, 2 insertions(+) diff --git a/WORKSPACE b/WORKSPACE index 0ba8073..bef4d37 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -1,3 +1,5 @@ +load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") + http_archive( name = "com_github_gflags_gflags", sha256 = "6e16c8bc91b1310a44f3965e616383dbda48f83e8c1eaa2370a215057b00cabe",