Merge pull request #2381 from Yannic:fix_bazel

PiperOrigin-RevId: 264186624
This commit is contained in:
Gennadiy Civil
2019-08-19 14:20:02 -04:00
8 changed files with 39 additions and 483 deletions

View File

@@ -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"],
)