Skip to content

Commit ed6835a

Browse files
Roll external/re2/ c042630ed..32c181e0a (1 commit) (KhronosGroup#5532)
* Roll external/googletest/ 7c07a8636..96cd50c08 (3 commits) google/googletest@7c07a86...96cd50c $ git log 7c07a8636..96cd50c08 --date=short --no-merges --format='%ad %ae %s' 2024-01-18 absl-team If GTEST_NO_ABSL_FLAGS is #defined, then the Abseil flag library will not be used by googletest, even if GTEST_HAS_ABSL is #defined. 2024-01-16 absl-team Make posix::FileNo available under !GTEST_HAS_FILE_SYSTEM 2024-01-16 absl-team Do not emit stack traces for messages generated by GTEST_SKIP() Created with: roll-dep external/googletest * Roll external/re2/ c042630ed..264e71e88 (13 commits) google/re2@c042630...264e71e $ git log c042630ed..264e71e88 --date=short --no-merges --format='%ad %ae %s' 2024-01-18 junyer Make @local_config_cc visible as a temporary hack. 2024-01-18 junyer Register the local 32-bit C++ toolchain with highest priority. 2024-01-18 junyer Alas, `--extra_execution_platforms` didn't help. 2024-01-18 junyer Attempt to convince Bazel 7 that X64 can build for X86. 2024-01-18 junyer Update @pybind11_bazel to version 2.11.1.bzl.1. 2024-01-16 junyer Print debug information during toolchain resolution. 2024-01-16 junyer Register the local Python toolchain with highest priority. 2024-01-16 junyer Try updating @rules_python to version 0.28.0. 2024-01-16 junyer Revert "Try dropping the CPU constraint values on Windows." 2024-01-16 junyer Try using @apple_support for toolchains on macOS. 2024-01-16 junyer Try dropping the CPU constraint values on Windows. 2024-01-16 junyer Try to get things working again with Bazel 7. 2024-01-15 junyer Try to lock down workflow permissions. Created with: roll-dep external/re2 * Roll external/spirv-headers/ bdd1b2ab1..7b0309708 (2 commits) KhronosGroup/SPIRV-Headers@bdd1b2a...7b03097 $ git log bdd1b2ab1..7b0309708 --date=short --no-merges --format='%ad %ae %s' 2024-01-17 robin Register Zig Compiler tool (KhronosGroup#405) 2024-01-17 robin Add a Source Language for Zig (KhronosGroup#403) Created with: roll-dep external/spirv-headers --------- Co-authored-by: GitHub Actions[bot] <>
1 parent c96fe8b commit ed6835a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

DEPS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ vars = {
77

88
'effcee_revision': '19b4aa87af25cb4ee779a071409732f34bfc305c',
99

10-
'googletest_revision': '7c07a863693b0c831f80473f7c6905d7e458682c',
10+
'googletest_revision': '96cd50c082d880a9aab6455dcc5817cfbf0ea45f',
1111

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

15-
're2_revision': 'c042630ed8f94c32106d92a6a8deb192dabe558d',
16-
'spirv_headers_revision': 'bdd1b2ab1f03e616047bbcf8971157dccd50c792',
15+
're2_revision': '264e71e88e1c8a4b5ec326e70e9cf1d476f58a58',
16+
'spirv_headers_revision': '7b0309708da5126b89e4ce6f19835f36dc912f2f',
1717
}
1818

1919
deps = {

0 commit comments

Comments
 (0)