diff options
author | Vertexwahn <julian.amann@tum.de> | 2021-10-14 19:01:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-14 13:01:52 -0400 |
commit | 22f482f0fc25825dd3783f2e8642a8226b7293d4 (patch) | |
tree | e580aa0d3245bd3426f5d7eb03cd773c4dc3d47d /WORKSPACE | |
parent | d6f40f4e1f424677a88eee1dade4f3ae2ea5f743 (diff) |
Remove bazelbuild/rules_cc dependency (#1038)
Diffstat (limited to 'WORKSPACE')
-rw-r--r-- | WORKSPACE | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -35,14 +35,6 @@ http_archive( urls = ["https://github.com/google/benchmark/archive/0baacde3618ca617da95375e0af13ce1baadea47.zip"], ) -# C++ rules for Bazel. -http_archive( - name = "rules_cc", # 2021-06-07T16:41:49Z - sha256 = "b295cad8c5899e371dde175079c0a2cdc0151f5127acc92366a8c986beb95c76", - strip_prefix = "rules_cc-daf6ace7cfeacd6a83e9ff2ed659f416537b6c74", - urls = ["https://github.com/bazelbuild/rules_cc/archive/daf6ace7cfeacd6a83e9ff2ed659f416537b6c74.zip"], -) - # Bazel platform rules. http_archive( name = "platforms", |