We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42bb670 commit 75a264dCopy full SHA for 75a264d
e2e/smoke/WORKSPACE.bazel
@@ -30,9 +30,9 @@ proto_bazel_features(name = "proto_bazel_features")
30
31
http_archive(
32
name = "rules_cc",
33
- sha256 = "ae244f400218f4a12ee81658ff246c0be5cb02c5ca2de5519ed505a6795431e9",
34
- strip_prefix = "rules_cc-0.2.0",
35
- url = "https://github.com/bazelbuild/rules_cc/releases/download/0.2.0/rules_cc-0.2.0.tar.gz",
+ sha256 = "207ea073dd20a705f9e8bc5ac02f5203e9621fc672774bb1a0935aefab7aebfa",
+ strip_prefix = "rules_cc-0.2.8",
+ url = "https://github.com/bazelbuild/rules_cc/releases/download/0.2.8/rules_cc-0.2.8.tar.gz",
36
)
37
38
load("@rules_cc//cc:repositories.bzl", "rules_cc_dependencies", "rules_cc_toolchains")
0 commit comments