Skip to content

Commit

Permalink
Update reference to rules_cc to main.zip. This is required by bazelbu…
Browse files Browse the repository at this point in the history
…ild/rules_cc#107

The longer term solution is:
- To use a named release of rules_cc once that is available (See bazelbuild/rules_cc#91)
- Wrap the `http_archive` rules with `maybe` so that there will not be conflicts if downstream users try to mix rules_cc versions.

PiperOrigin-RevId: 382526074
  • Loading branch information
xnnpack-bot committed Jul 1, 2021
1 parent 28138f1 commit 1514774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "rules_cc",
strip_prefix = "rules_cc-master",
urls = ["https://github.com/bazelbuild/rules_cc/archive/master.zip"],
urls = ["https://github.com/bazelbuild/rules_cc/archive/main.zip"],
)

# Google Test framework, used by most unit-tests.
Expand Down

0 comments on commit 1514774

Please sign in to comment.