Skip to content

Commit f3dcc46

Browse files
davidbenBoringssl LUCI CQ
authored andcommitted
Update tools and prep for 0.20250701.0
Change-Id: Ib5ea19193fac2956d0b57117bbe0a7109b51fe21 Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/80067 Commit-Queue: Adam Langley <agl@google.com> Reviewed-by: Adam Langley <agl@google.com> Auto-Submit: David Benjamin <davidben@google.com>
1 parent db421c2 commit f3dcc46

File tree

3 files changed

+15
-13
lines changed

3 files changed

+15
-13
lines changed

MODULE.bazel

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# the revision where we bump the version.
1717
module(
1818
name = "boringssl",
19-
version = "0.20250514.0",
19+
version = "0.20250701.0",
2020
compatibility_level = 2,
2121
)
2222

@@ -31,6 +31,6 @@ module(
3131
# https://github.com/bazelbuild/bazel/issues/22187 is ever fixed, we can change
3232
# this.
3333
bazel_dep(name = "googletest", version = "1.17.0")
34-
bazel_dep(name = "platforms", version = "0.0.11")
35-
bazel_dep(name = "rules_cc", version = "0.1.1")
34+
bazel_dep(name = "platforms", version = "1.0.0")
35+
bazel_dep(name = "rules_cc", version = "0.1.2")
3636
bazel_dep(name = "rules_license", version = "1.0.0")

MODULE.bazel.lock

Lines changed: 6 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

util/bot/DEPS

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ vars = {
3333
# Keep this in sync with .bazelversion.
3434
'bazel_version': 'version:3@7.5.0.chromium.1',
3535
# infra/3pp/tools/cmake/linux-amd64
36-
'cmake_version': 'version:3@3.31.7.chromium.8',
36+
'cmake_version': 'version:3@3.31.8.chromium.8',
3737
# infra/3pp/tools/go/linux-amd64
38-
'go_version': 'version:3@1.24.3',
38+
'go_version': 'version:3@1.24.4',
3939
# infra/3pp/tools/perl/windows-amd64
4040
'perl_version': 'version:3@5.38.2.2',
4141
# chrome_internal/third_party/sdk/windows, but if an update switches this to a
@@ -46,14 +46,14 @@ vars = {
4646
# https://chromium.googlesource.com/chromium/src/+/main/DEPS
4747
'android_sdk_platform-tools_version': 'mjFmRj7k_XR9yj60pYbr9mG38FyEbU5oWdU56bZQ5cwC',
4848
'libfuzzer_revision': 'e31b99917861f891308269c36a32363b120126bb',
49-
'libcxx_revision': 'bf30ab1b37bc976f82a46fa7f15e30235c4a1a49',
50-
'libcxxabi_revision': 'e01dce316dd430f006c8af7d1179f83270236e24',
51-
'llvm_libc_revision': 'f86693f91c5aa0566fa403f4189c943744155ca6',
49+
'libcxx_revision': 'b5d83e70a1537fbce965e6319877c76794daaa80',
50+
'libcxxabi_revision': '02570151a883c93800bd336774e26d2bad8fee0d',
51+
'llvm_libc_revision': '34e6c8e85a1acd219c32edf0650e2dc47ef95519',
5252
'ninja_version': 'version:2@1.12.1.chromium.4',
5353

5454
# Update to the latest revision of
5555
# https://chromium.googlesource.com/chromium/src/tools/clang
56-
'tools_clang_revision': '92a5f60019f3a9ff63b9388d181fa65047377fb4',
56+
'tools_clang_revision': '222883ecc9931686c1ae27764ef2a66b2d8d7e10',
5757

5858
# The Android NDK cannot be updated until https://crbug.com/42290318 is fixed.
5959
# We rely on an older NDK to test building without NEON instructions as the baseline.

0 commit comments

Comments
 (0)