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

Commits on Dec 21, 2022

  1. Update Bazel external dependencies

    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 committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    7bd12ee View commit details
    Browse the repository at this point in the history