summaryrefslogtreecommitdiffstats
path: root/WORKSPACE
diff options
context:
space:
mode:
authorGennadiy Civil <misterg@google.com>2019-08-19 14:20:02 -0400
committerGennadiy Civil <misterg@google.com>2019-08-19 14:20:03 -0400
commit30e58a89a42b8bf98619ac16da2c515d042ca8ff (patch)
tree42f965a68eeb1345630c991c6882b3539aeda5d2 /WORKSPACE
parentfcffabb5beb84bbc2a6050f7cf8dda16844d22d3 (diff)
parent800c9b30168f2167776d729759bf90122c987e35 (diff)
downloadgoogletest-30e58a89a42b8bf98619ac16da2c515d042ca8ff.tar.gz
googletest-30e58a89a42b8bf98619ac16da2c515d042ca8ff.zip
Merge pull request #2381 from Yannic:fix_bazel
PiperOrigin-RevId: 264186624
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE13
1 files changed, 13 insertions, 0 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 81b38260..3a1840fc 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -9,3 +9,16 @@ http_archive(
strip_prefix = "abseil-cpp-d9aa92d7fb324314f9df487ac23d32a25650b742",
sha256 = "caf4c323eb6211397df96dd5ff96e46c7e5dd77c74d3daed2181f87868159eca",
)
+
+http_archive(
+ name = "rules_cc",
+ strip_prefix = "rules_cc-master",
+ urls = ["https://github.com/bazelbuild/rules_cc/archive/master.zip"],
+)
+
+http_archive(
+ name = "rules_python",
+ strip_prefix = "rules_python-master",
+ urls = ["https://github.com/bazelbuild/rules_python/archive/master.zip"],
+)
+
OpenPOWER on IntegriCloud