• Derek Mauro's avatar
    Use RE2 for the regex implementation when building with Bazel and using Abseil · e33c2b24
    Derek Mauro authored
    bazel build --define=absl=1 ...
    
    A dependency on RE2 is now required when building GoogleTest with Abseil.
    Using RE2 will provide a consistent cross-platform regex experience.
    
    Users will need to add the com_googlesource_code_re2, bazel_skylib,
    and platforms repository to their WORKSPACE files. See our WORKSPACE
    file in the root directory of this project for an example of how to
    add the dependencies.
    
    Please note that the com_googlesource_code_re2 dependency must use a
    commit from the `abseil` branch of the project:
    https://github.com/google/re2/tree/abseil
    
    PiperOrigin-RevId: 444650118
    Change-Id: I45c55b26684c0c50d721a05b81c5f8a0c092400f
    e33c2b24
WORKSPACE 1.71 KB