Update CI dependencies Change-Id: I3695a459ce608478c3c7d604c117410dbce61ed1 Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/82548 Commit-Queue: Lily Chen <chlily@google.com> Auto-Submit: David Benjamin <davidben@google.com> Reviewed-by: Lily Chen <chlily@google.com>
diff --git a/util/bot/DEPS b/util/bot/DEPS index ae17bbc..19aa341 100644 --- a/util/bot/DEPS +++ b/util/bot/DEPS
@@ -34,9 +34,11 @@ # Keep this in sync with .bazelversion. 'bazel_version': 'version:3@7.5.0.chromium.1', # infra/3pp/tools/cmake/linux-amd64 - 'cmake_version': 'version:3@3.31.8.chromium.8', + 'cmake_version': 'version:3@3.31.9.chromium.8', # infra/3pp/tools/go/linux-amd64 - 'go_version': 'version:3@1.24.4', + # We should upgrade this to Go 1.25, but some of the Macs on our CI need to be + # updated first. See https://crbug.com/448848885 + 'go_version': 'version:3@1.24.7', # infra/3pp/tools/perl/windows-amd64 'perl_version': 'version:3@5.38.2.2', # chrome_internal/third_party/sdk/windows, but if an update switches this to a @@ -45,21 +47,21 @@ # Update the following from # https://chromium.googlesource.com/chromium/src/+/main/DEPS - 'android_sdk_platform-tools_version': 'mjFmRj7k_XR9yj60pYbr9mG38FyEbU5oWdU56bZQ5cwC', - 'libfuzzer_revision': 'e31b99917861f891308269c36a32363b120126bb', - 'libcxx_revision': 'b5d83e70a1537fbce965e6319877c76794daaa80', - 'libcxxabi_revision': '02570151a883c93800bd336774e26d2bad8fee0d', - 'llvm_libc_revision': '34e6c8e85a1acd219c32edf0650e2dc47ef95519', + 'android_sdk_platform-tools_version': 'qTD9QdBlBf3dyHsN1lJ0RH6AhHxR42Hmg2Ih-Vj4zIEC', + 'libfuzzer_revision': 'bea408a6e01f0f7e6c82a43121fe3af4506c932e', + 'libcxx_revision': 'cc5f928de999c9c86202d7eb1d0f8bdc3b53465f', + 'libcxxabi_revision': '864f61dc9253d56586ada34c388278565ef513f6', + 'llvm_libc_revision': '761ff0251bf6f14dd19973e7043a8da937925824', 'ninja_version': 'version:2@1.12.1.chromium.4', # Update to the latest revision of # https://chromium.googlesource.com/chromium/src/tools/clang - 'tools_clang_revision': '3454fad2d461a3d0ba08a55daede8bc183e403ad', + 'tools_clang_revision': '2fa7ecbf9c164e155c0ce9bfc7d90d14c8291e69', # Update to the latest revision of # https://chromium.googlesource.com/chromium/src/tools/rust # and also ensure that `tools_clang_revision` above is up-to-date. - 'tools_rust_revision': '51c21fc75b69394363af6f2796970ea944a7379f', + 'tools_rust_revision': '0eaaeed1ca501e8beaf0c2d96528827d199dd346', # The Android NDK cannot be updated until https://crbug.com/42290318 is fixed. # We rely on an older NDK to test building without NEON instructions as the baseline.