Skip to content

Upgrade Externals May 2025 #22964

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -257,31 +257,31 @@ use_repo(
"crate__enum_dispatch-0.3.13",
"crate__equivalent-1.0.2",
"crate__fnv-1.0.7",
"crate__hashbrown-0.15.2",
"crate__hashbrown-0.15.3",
"crate__ident_case-1.0.1",
"crate__indexmap-2.8.0",
"crate__indexmap-2.9.0",
"crate__itertools-0.11.0",
"crate__itoa-1.0.15",
"crate__js-sys-0.3.77",
"crate__lapack-0.19.0",
"crate__lapack-sys-0.14.0",
"crate__lazy_static-1.5.0",
"crate__libc-0.2.171",
"crate__libc-0.2.172",
"crate__log-0.4.27",
"crate__memchr-2.7.4",
"crate__num-complex-0.4.6",
"crate__num-traits-0.2.19",
"crate__once_cell-1.19.0",
"crate__paste-1.0.15",
"crate__proc-macro2-1.0.94",
"crate__proc-macro2-1.0.95",
"crate__quote-1.0.40",
"crate__ryu-1.0.20",
"crate__serde-1.0.219",
"crate__serde_derive-1.0.219",
"crate__serde_json-1.0.140",
"crate__strsim-0.10.0",
"crate__syn-1.0.109",
"crate__syn-2.0.100",
"crate__syn-2.0.101",
"crate__thiserror-1.0.69",
"crate__thiserror-impl-1.0.69",
"crate__unicode-ident-1.0.18",
Expand Down
12 changes: 6 additions & 6 deletions setup/ubuntu/source_distribution/install_bazelisk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ apt-get remove bazel || true
# Install bazelisk.
if [[ $(arch) = "aarch64" ]]; then
dpkg_install_from_wget \
bazelisk 1.25.0 \
https://github.com/bazelbuild/bazelisk/releases/download/v1.25.0/bazelisk-arm64.deb \
6370ee55d7bb45b3511b7a1c1c93c565a5f5afcd24555820231c9c48beac95f3
bazelisk 1.26.0 \
https://github.com/bazelbuild/bazelisk/releases/download/v1.26.0/bazelisk-arm64.deb \
3004b01811c42ddf6124557cfaa0a4c261cf0df10f1902fdae58c8f12aed1f16
else
dpkg_install_from_wget \
bazelisk 1.25.0 \
https://github.com/bazelbuild/bazelisk/releases/download/v1.25.0/bazelisk-amd64.deb \
f16dc348190990eb2e8950e773bc91dcdc7632517e5b63bdc4dd58f90062920c
bazelisk 1.26.0 \
https://github.com/bazelbuild/bazelisk/releases/download/v1.26.0/bazelisk-amd64.deb \
1117c1c2c90f090c7fb5118607128974352a552ad40c1a69e57b66db01b2b80a
fi
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ designed for end-user customization, and that's basically all we're doing here.

--- absl/debugging/symbolize_elf.inc
+++ absl/debugging/symbolize_elf.inc
@@ -1653,9 +1653,11 @@
@@ -1764,11 +1764,13 @@ bool Symbolize(const void *pc, char *out, int out_size) {
ABSL_NAMESPACE_END
} // namespace absl

Expand All @@ -34,3 +34,5 @@ designed for end-user customization, and that's basically all we're doing here.
filename);
}
+#endif

#undef ABSL_INTERNAL_HAVE_PPC64_ELFV1_ABI
4 changes: 2 additions & 2 deletions tools/workspace/abseil_cpp_internal/repository.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ def abseil_cpp_internal_repository(
github_archive(
name = name,
repository = "abseil/abseil-cpp",
commit = "c65fa830409351c8eca1f741cc153255ae59d258",
sha256 = "8e7464c2682a4c749aed8129f15301ae7609d9ad68722b0870b6bda12583d7a1", # noqa
commit = "4eb1e49cf32ac70dd1d393812ecbcad1d90af68e",
sha256 = "b1d29f1b90546193e20b6dda5171c8ab7c969ca4fb95027edba82101cf705837", # noqa
patches = [
":patches/upstream/specific_iostream_includes.patch",
":patches/disable_int128_on_clang.patch",
Expand Down
4 changes: 2 additions & 2 deletions tools/workspace/bazelisk/repository.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ def bazelisk_repository(
To fully test, a Linux uprovisioned job must be launched from the
pull request.
""",
commit = "v1.25.0",
sha256 = "8ff4c6b9ab6a00fbef351d52fde39afc2b9f047865f219a89ed0b23ad6f8cf06", # noqa
commit = "v1.26.0",
sha256 = "d55ea90acb6da4cacdfad0eeecf55e58da9d3fd4b88d58502ddd34e48bb28f70", # noqa
build_file = ":package.BUILD.bazel",
mirrors = mirrors,
)
10 changes: 5 additions & 5 deletions tools/workspace/buildifier/repository.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ def buildifier_repository(
github_release_attachments(
name = name,
repository = "bazelbuild/buildtools",
commit = "v8.0.3",
commit = "v8.2.0",
attachments = {
"buildifier-darwin-amd64": "b7a3152cde0b3971b1107f2274afe778c5c154dcdf6c9c669a231e3c004f047e", # noqa
"buildifier-darwin-arm64": "674c663f7b5cd03c002f8ca834a8c1c008ccb527a0a2a132d08a7a355883b22d", # noqa
"buildifier-linux-amd64": "c969487c1af85e708576c8dfdd0bb4681eae58aad79e68ae48882c70871841b7", # noqa
"buildifier-linux-arm64": "bdd9b92e2c65d46affeecaefb54e68d34c272d1f4a8c5b54929a3e92ab78820a", # noqa
"buildifier-darwin-amd64": "309b3c3bfcc4b1533d5f7f796adbd266235cfb6f01450f3e37423527d209a309", # noqa
"buildifier-darwin-arm64": "e08381a3ed1d59c0a17d1cee1d4e7684c6ce1fc3b5cfa1bd92a5fe978b38b47d", # noqa
"buildifier-linux-amd64": "3e79e6c0401b5f36f8df4dfc686127255d25c7eddc9599b8779b97b7ef4cdda7", # noqa
"buildifier-linux-arm64": "c624a833bfa64d3a457ef0235eef0dbda03694768aab33f717a7ffd3f803d272", # noqa
},
build_file = ":package.BUILD.bazel",
mirrors = mirrors,
Expand Down
Loading