Skip to content

Commit

Permalink
roll deps (#5685)
Browse files Browse the repository at this point in the history
* Roll external/re2/ 917047f36..4a8cee3dd (27 commits)

google/re2@917047f...4a8cee3

Created with:
  roll-dep external/re2

* Roll external/googletest/ 9b4993ca7..1d17ea141 (3 commits)

google/googletest@9b4993c...1d17ea1

Created with:
  roll-dep external/googletest

* Roll external/abseil_cpp/ 1a31b81c0..1315c900e (91 commits)

abseil/abseil-cpp@1a31b81...1315c90

Created with:
  roll-dep external/abseil_cpp

* Roll external/spirv-headers/ eb49bb7b1..2acb319af (1 commit)

KhronosGroup/SPIRV-Headers@eb49bb7...2acb319

Created with:
  roll-dep external/spirv-headers

* Roll external/effcee/ 19b4aa87a..d74d33d93 (4 commits)

google/effcee@19b4aa8...d74d33d

Created with:
  roll-dep external/effcee

* Update module.bazel to find re2

---------

Co-authored-by: GitHub Actions[bot] <>
Co-authored-by: Steven Perron <stevenperron@google.com>
  • Loading branch information
github-actions[bot] and s-perron authored Jun 17, 2024
1 parent 6c8b460 commit 7bf2d02
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
10 changes: 5 additions & 5 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ use_relative_paths = True
vars = {
'github': 'https://github.com',

'abseil_revision': '1a31b81c0a467c1c8e229b9fc172a4eb0db5bd85',
'abseil_revision': '1315c900e1ddbb08a23e06eeb9a06450052ccb5e',

'effcee_revision': '19b4aa87af25cb4ee779a071409732f34bfc305c',
'effcee_revision': 'd74d33d93043952a99ae7cd7458baf6bc8df1da0',

'googletest_revision': '9b4993ca7d1279dec5c5d41ba327cb11a77bdc00',
'googletest_revision': '1d17ea141d2c11b8917d2c7d029f1c4e2b9769b2',

# Use protobufs before they gained the dependency on abseil
'protobuf_revision': 'v21.12',

're2_revision': '917047f3606d3ba9e2de0d383c3cd80c94ed732c',
're2_revision': '4a8cee3dd3c3d81b6fe8b867811e193d5819df07',

'spirv_headers_revision': 'eb49bb7b1136298b77945c52b4bbbc433f7885de',
'spirv_headers_revision': '2acb319af38d43be3ea76bfabf3998e5281d8d12',
}

deps = {
Expand Down
7 changes: 7 additions & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,10 @@ local_path_override(
module_name = "googletest",
path = "external/googletest",
)

bazel_dep(name = "re2", dev_dependency = True)
local_path_override(
module_name = "re2",
path = "external/re2",
)

0 comments on commit 7bf2d02

Please sign in to comment.