move re2 to use newer version

Summary:
As titled, move re2 to use newer version. This is required to compile using both c++17 and c++20.

Upstream patch that is required to support the compilation - https://fburl.com/3ghdrtra

Reviewed By: shri-khare

Differential Revision: D54839190

fbshipit-source-id: 564f26f2a8b42d10bce8839dd53f5ee7c14a0a48
This commit is contained in:
Srikrishna Gopu 2024-03-13 11:16:31 -07:00 committed by Facebook GitHub Bot
parent f41356a39d
commit 0416681575

View File

@ -12,9 +12,9 @@ re2
re2-devel re2-devel
[download] [download]
url = https://github.com/google/re2/archive/2019-06-01.tar.gz url = https://github.com/google/re2/archive/2020-11-01.tar.gz
sha256 = 02b7d73126bd18e9fbfe5d6375a8bb13fadaf8e99e48cbb062e4500fc18e8e2e sha256 = 8903cc66c9d34c72e2bc91722288ebc7e3ec37787ecfef44d204b2d6281954d7
[build] [build]
builder = cmake builder = cmake
subdir = re2-2019-06-01 subdir = re2-2020-11-01