Skip to content

Remove bazelbuild/rules_cc dependency #3574

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 23, 2021
Merged

Remove bazelbuild/rules_cc dependency #3574

merged 1 commit into from
Sep 23, 2021

Conversation

Vertexwahn
Copy link
Contributor

bazelbuild/rules_cc was put on hold
It seems the recommended way is now to use native cc rules

More info here

@google-cla google-cla bot added the cla: yes label Sep 17, 2021
@dinord dinord self-assigned this Sep 20, 2021
derekmauro added a commit that referenced this pull request Sep 23, 2021
dinord added a commit that referenced this pull request Sep 23, 2021
@dinord dinord merged commit 319a9d1 into google:master Sep 23, 2021
dneto0 added a commit to dneto0/effcee that referenced this pull request Dec 21, 2022
Stop using an external rules_cc dependency. Use internal C/C++ rules
instead.
- Follows googletest in doing this.
  google/googletest#3574
- See also: bazel-contrib/rules_go#2950
This appears necessary for compatibility with Bazel 5.0.0 and Bazel 6.0.0

Update to googletest-release-1.12.1, the last release that only needs a
C++11 compiler, and doesn't require C++14.

Update to re2-2022-12-01

I have successfully built and tested effcee with this configuration
on Linux x86-64 with Bazel 5.0.0 and Bazel 6.0.0.
dneto0 added a commit to google/effcee that referenced this pull request Dec 21, 2022
Stop using an external rules_cc dependency. Use internal C/C++ rules
instead.
- Follows googletest in doing this.
  google/googletest#3574
- See also: bazel-contrib/rules_go#2950
This appears necessary for compatibility with Bazel 5.0.0 and Bazel 6.0.0

Update to googletest-release-1.12.1, the last release that only needs a
C++11 compiler, and doesn't require C++14.

Update to re2-2022-12-01

I have successfully built and tested effcee with this configuration
on Linux x86-64 with Bazel 5.0.0 and Bazel 6.0.0.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants