Skip to content
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

Update Bazel external dependencies #46

Merged
merged 1 commit into from
Dec 21, 2022
Merged

Conversation

dneto0
Copy link
Collaborator

@dneto0 dneto0 commented Dec 21, 2022

Stop using an external rules_cc dependency. Use internal C/C++ rules instead.

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.

Stop using an external rules_cc dependency. Use internal C/C++ rules
instead.
- Follows googletest in doing this.
  google/googletest#3574
- See also: bazelbuild/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 dneto0 merged commit c7b4db7 into google:main Dec 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant