Skip to content

Commit

Permalink
Update p4-constraints to RE2 release 2023-06-01. (#96)
Browse files Browse the repository at this point in the history
Note that RE2 has taken a dependency on Abseil, so the `main` branch
should be used from now on. The `abseil` branch will go away soon...

PiperOrigin-RevId: 536825763

Co-authored-by: PINS Team <[email protected]>
  • Loading branch information
smolkaj and PINS Team authored Jun 1, 2023
1 parent ad554b3 commit b19ec15
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions p4_constraints_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ def p4_constraints_deps():
sha256 = "1ff680568f8e537bb4be9813bac0c1d87848d5be9d000ebe30f0bc2d7aabe045",
)
if not native.existing_rule("com_googlesource_code_re2"):
git_repository(
http_archive(
name = "com_googlesource_code_re2",
# Newest commit on `abseil` branch on 2023-03-15.
commit = "da6f4cbe782f33b012604d009235334cc728ccbd",
remote = "https://github.com/google/re2",
url = "https://github.com/google/re2/archive/refs/tags/2023-06-01.tar.gz",
strip_prefix = "re2-2023-06-01",
sha256 = "8b4a8175da7205df2ad02e405a950a02eaa3e3e0840947cd598e92dca453199b",
)
if not native.existing_rule("rules_proto"):
http_archive(
Expand Down

0 comments on commit b19ec15

Please sign in to comment.