aboutsummaryrefslogtreecommitdiff
path: root/extras
diff options
context:
space:
mode:
authorMarco Poletti <poletti.marco@gmail.com>2019-04-27 11:02:40 +0100
committerMarco Poletti <poletti.marco@gmail.com>2019-04-27 11:02:40 +0100
commitb3f4a7f55ae91f1320a86e9a5ac59ae101ec72a7 (patch)
treece876e760e6c2908e812b4ccb4f7f21476a6f197 /extras
parent816dd444c45e8de40763003840b65d99daaae882 (diff)
downloadgoogle-fruit-b3f4a7f55ae91f1320a86e9a5ac59ae101ec72a7.tar.gz
Use the new git_repository BUILD rule. Bazel's git_repository built-in rule doesn't exist anymore.
Diffstat (limited to 'extras')
-rw-r--r--extras/bazel_root/WORKSPACE2
1 files changed, 2 insertions, 0 deletions
diff --git a/extras/bazel_root/WORKSPACE b/extras/bazel_root/WORKSPACE
index 68f44c8..8622415 100644
--- a/extras/bazel_root/WORKSPACE
+++ b/extras/bazel_root/WORKSPACE
@@ -1,3 +1,5 @@
+load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
+
git_repository(
name = "com_google_googletest",
remote = "https://github.com/google/googletest",