Skip to content

Commit 445e9bd

Browse files
derekmaurocopybara-github
authored andcommitted
Update GoogleTest deps in preparation for release
PiperOrigin-RevId: 724135630 Change-Id: I24622387e508d27337769e83f7de8fecae9ad425
1 parent e5443e5 commit 445e9bd

File tree

4 files changed

+12
-13
lines changed

4 files changed

+12
-13
lines changed

MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ module(
4141

4242
bazel_dep(
4343
name = "abseil-cpp",
44-
version = "20240116.2",
44+
version = "20250127.0",
4545
)
4646
bazel_dep(
4747
name = "platforms",
@@ -54,7 +54,7 @@ bazel_dep(
5454

5555
bazel_dep(
5656
name = "rules_python",
57-
version = "0.34.0",
57+
version = "1.1.0",
5858
dev_dependency = True,
5959
)
6060

WORKSPACE

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,12 @@ googletest_deps()
3636
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
3737

3838
http_archive(
39-
name = "rules_python",
40-
sha256 = "d71d2c67e0bce986e1c5a7731b4693226867c45bfe0b7c5e0067228a536fc580",
41-
strip_prefix = "rules_python-0.29.0",
42-
urls = ["https://github.com/bazelbuild/rules_python/releases/download/0.29.0/rules_python-0.29.0.tar.gz"],
39+
name = "rules_python",
40+
sha256 = "9c6e26911a79fbf510a8f06d8eedb40f412023cf7fa6d1461def27116bff022c",
41+
strip_prefix = "rules_python-1.1.0",
42+
url = "https://github.com/bazelbuild/rules_python/releases/download/1.1.0/rules_python-1.1.0.tar.gz",
4343
)
44-
45-
# https://github.com/bazelbuild/rules_python/releases/tag/0.29.0
44+
# https://github.com/bazelbuild/rules_python/releases/tag/1.1.0
4645
load("@rules_python//python:repositories.bzl", "py_repositories")
4746
py_repositories()
4847

ci/linux-presubmit.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131

3232
set -euox pipefail
3333

34-
readonly LINUX_LATEST_CONTAINER="gcr.io/google.com/absl-177019/linux_hybrid-latest:20240523"
35-
readonly LINUX_GCC_FLOOR_CONTAINER="gcr.io/google.com/absl-177019/linux_gcc-floor:20230120"
34+
readonly LINUX_LATEST_CONTAINER="gcr.io/google.com/absl-177019/linux_hybrid-latest:20241218"
35+
readonly LINUX_GCC_FLOOR_CONTAINER="gcr.io/google.com/absl-177019/linux_gcc-floor:20250205"
3636

3737
if [[ -z ${GTEST_ROOT:-} ]]; then
3838
GTEST_ROOT="$(realpath $(dirname ${0})/..)"

googletest_deps.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ def googletest_deps():
1717
if not native.existing_rule("abseil-cpp"):
1818
http_archive(
1919
name = "abseil-cpp",
20-
sha256 = "733726b8c3a6d39a4120d7e45ea8b41a434cdacde401cba500f14236c49b39dc",
21-
strip_prefix = "abseil-cpp-20240116.2",
22-
urls = ["https://github.com/abseil/abseil-cpp/releases/download/20240116.2/abseil-cpp-20240116.2.tar.gz"],
20+
sha256 = "16242f394245627e508ec6bb296b433c90f8d914f73b9c026fddb905e27276e8",
21+
strip_prefix = "abseil-cpp-20250127.0",
22+
urls = ["https://github.com/abseil/abseil-cpp/releases/download/20250127.0/abseil-cpp-20250127.0.tar.gz"],
2323
)
2424

2525
if not native.existing_rule("fuchsia_sdk"):

0 commit comments

Comments
 (0)