Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information