Skip to content

Commit 4571270

Browse files
committed
Remove bazelbuild/rules_cc dependency
It seems according to [1] that bazelbuild/rules_cc has been put on hold and that the recommended way for now, is to use the native cc rules. [1]: bazel-contrib/rules_go#2950
1 parent a17480d commit 4571270

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

BUILD.bazel

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
load("@rules_cc//cc:defs.bzl", "cc_library")
2-
31
licenses(["notice"])
42

53
config_setting(

WORKSPACE

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@ workspace(name = "com_github_google_benchmark")
22

33
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
44

5-
http_archive(
6-
name = "rules_cc",
7-
strip_prefix = "rules_cc-a508235df92e71d537fcbae0c7c952ea6957a912",
8-
urls = ["https://github.com/bazelbuild/rules_cc/archive/a508235df92e71d537fcbae0c7c952ea6957a912.zip"],
9-
sha256 = "d7dc12c1d5bc1a87474de8e3d17b7731a4dcebcfb8aa3990fe8ac7734ef12f2f",
10-
)
11-
125
http_archive(
136
name = "com_google_absl",
147
sha256 = "f41868f7a938605c92936230081175d1eae87f6ea2c248f41077c8f88316f111",

0 commit comments

Comments
 (0)