diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2023-08-23 22:29:43 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-23 22:29:43 +0000 |
commit | abd548b8178026b1ac1675deb0abcd43ae9c1907 (patch) | |
tree | 2e3e2fc6569fae016bc764141e6ef5dff071fb97 | |
parent | 2601f644eeb33e0c3a9ff97173a7df3aaa1c1281 (diff) | |
download | SPIRV-Tools-abd548b8178026b1ac1675deb0abcd43ae9c1907.tar.gz SPIRV-Tools-abd548b8178026b1ac1675deb0abcd43ae9c1907.tar.bz2 SPIRV-Tools-abd548b8178026b1ac1675deb0abcd43ae9c1907.zip |
roll deps (#5384)
* Roll external/googletest/ 61332bd7e..cb5cd96bc (6 commits)
https://github.com/google/googletest/compare/61332bd7e881...cb5cd96bcafc
$ git log 61332bd7e..cb5cd96bc --date=short --no-merges --format='%ad %ae %s'
2023-08-22 dinor googletest: Replace http with https in links to docs
2023-08-20 elior.s Update advanced.md
2023-08-11 sch Changed 2 public links from http to https
2023-08-11 sch Changed 3 public links from http to https
2023-08-11 sch Changed 2 public links from http to https
2023-08-11 sch Changed 3 public links from http to https
Created with:
roll-dep external/googletest
* Roll external/re2/ 08d338fe4..73031bbc0 (1 commit)
https://github.com/google/re2/compare/08d338fe481f...73031bbc08cb
$ git log 08d338fe4..73031bbc0 --date=short --no-merges --format='%ad %ae %s'
2023-08-22 junyer Reset the Bzlmod compatibility level to 1.
Created with:
roll-dep external/re2
---------
Co-authored-by: GitHub Actions[bot] <>
-rw-r--r-- | DEPS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,12 +7,12 @@ vars = { 'effcee_revision': '19b4aa87af25cb4ee779a071409732f34bfc305c', - 'googletest_revision': '61332bd7e8810edd7ff9febfa71ece2e25b18df0', + 'googletest_revision': 'cb5cd96bcafc15eaaf73517357b596e9ca1e71b4', # Use protobufs before they gained the dependency on abseil 'protobuf_revision': 'v21.12', - 're2_revision': '08d338fe481fe19adde12fa24b014412d15bdfa0', + 're2_revision': '73031bbc08cb3e3200497be4a50e37d6f3acc1d0', 'spirv_headers_revision': 'b8b9eb8640c8c0107ba580fbcb10f969022ca32c', } |