aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-03-29 22:34:40 +0000
committerGitHub <noreply@github.com>2024-03-29 22:34:40 +0000
commit7fe5f75e581014e920ab5d9a218ea2f37bbaa0d4 (patch)
treeb9128eeaf805f6783e5b24072d7c52fe10d3cf54
parent87721a10098c3229a03ba7754734a47fe93d9a10 (diff)
downloadSPIRV-Tools-7fe5f75e581014e920ab5d9a218ea2f37bbaa0d4.tar.gz
Roll external/re2/ 6598a8ecd..917047f36 (3 commits) (#5626)
https://github.com/google/re2/compare/6598a8ecd577...917047f3606d $ git log 6598a8ecd..917047f36 --date=short --no-merges --format='%ad %ae %s' 2024-03-28 junyer Tell Bazel the specific target version of macOS too. Sigh. 2024-03-28 junyer Force a specific target version of macOS. 2024-03-28 junyer Prepare to tag release `2024-04-01`. Created with: roll-dep external/re2 Co-authored-by: GitHub Actions[bot] <>
-rw-r--r--DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index aada5f70..9dcbb09a 100644
--- a/DEPS
+++ b/DEPS
@@ -12,7 +12,7 @@ vars = {
# Use protobufs before they gained the dependency on abseil
'protobuf_revision': 'v21.12',
- 're2_revision': '6598a8ecd57724c8c7d43b2fca8eb9f9969ce57c',
+ 're2_revision': '917047f3606d3ba9e2de0d383c3cd80c94ed732c',
'spirv_headers_revision': '4f7b471f1a66b6d06462cd4ba57628cc0cd087d7',
}