Skip to content

Commit

Permalink
Merge pull request RobotLocomotion#21887 from mwoehlke-kitware/upgrades
Browse files Browse the repository at this point in the history
September external updates
  • Loading branch information
jwnimmer-tri authored Sep 11, 2024
2 parents 8ddcba7 + d4d2dde commit 0157e3b
Show file tree
Hide file tree
Showing 64 changed files with 408 additions and 373 deletions.
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 = "6b8ebb35c0414ef5a2b6fd4a0f59057e41beaff9",
sha256 = "9cf4d08f4d94af7e3db20fd6cb4b2c98406926bdb3fb6b812d3c18d782156802", # noqa
commit = "67d126083c1584dd7dc584d700f853afaec365ca",
sha256 = "8652366395b2f20628281fd98c4413e9947d989fcb214f8bdc56351e8cd7e7d4", # noqa
patches = [
":patches/disable_int128_on_clang.patch",
":patches/hidden_visibility.patch",
Expand Down
4 changes: 2 additions & 2 deletions tools/workspace/build_bazel_apple_support/repository.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ def build_bazel_apple_support_repository(
github_archive(
name = name,
repository = "bazelbuild/apple_support", # License: Apache-2.0
commit = "1.16.0",
sha256 = "0ac024fa6227658524feb41a271a0671905f1c1208cce97b198ed8fa15964166", # noqa
commit = "1.17.0",
sha256 = "8221df51df40ce8d3a1f74935d7911dfbfd074c91d17e67d8e5b9f59a4a6a511", # noqa
patches = [
":patches/no_bazel_features.patch",
],
Expand Down
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 = "v7.1.2",
commit = "v7.3.1",
attachments = {
"buildifier-darwin-amd64": "687c49c318fb655970cf716eed3c7bfc9caeea4f2931a2fd36593c458de0c537", # noqa
"buildifier-darwin-arm64": "d0909b645496608fd6dfc67f95d9d3b01d90736d7b8c8ec41e802cb0b7ceae7c", # noqa
"buildifier-linux-amd64": "28285fe7e39ed23dc1a3a525dfcdccbc96c0034ff1d4277905d2672a71b38f13", # noqa
"buildifier-linux-arm64": "c22a44eee37b8927167ee6ee67573303f4e31171e7ec3a8ea021a6a660040437", # noqa
"buildifier-darwin-amd64": "375f823103d01620aaec20a0c29c6cbca99f4fd0725ae30b93655c6704f44d71", # noqa
"buildifier-darwin-arm64": "5a6afc6ac7a09f5455ba0b89bd99d5ae23b4174dc5dc9d6c0ed5ce8caac3f813", # noqa
"buildifier-linux-amd64": "5474cc5128a74e806783d54081f581662c4be8ae65022f557e9281ed5dc88009", # noqa
"buildifier-linux-arm64": "0bf86c4bfffaf4f08eed77bde5b2082e4ae5039a11e2e8b03984c173c34a561c", # noqa
},
build_file = ":package.BUILD.bazel",
mirrors = mirrors,
Expand Down
4 changes: 2 additions & 2 deletions tools/workspace/clp_internal/repository.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ def clp_internal_repository(
github_archive(
name = name,
repository = "coin-or/Clp",
commit = "releases/1.17.9",
sha256 = "b02109be54e2c9c6babc9480c242b2c3c7499368cfca8c0430f74782a694a49f", # noqa
commit = "releases/1.17.10",
sha256 = "0d79ece896cdaa4a3855c37f1c28e6c26285f74d45f635046ca0b6d68a509885", # noqa
build_file = ":package.BUILD.bazel",
patches = [
":patches/missing_include.patch",
Expand Down
4 changes: 2 additions & 2 deletions tools/workspace/coinutils_internal/repository.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ def coinutils_internal_repository(
github_archive(
name = name,
repository = "coin-or/CoinUtils",
commit = "releases/2.11.11",
sha256 = "27da344479f38c82112d738501643dcb229e4ee96a5f87d4f406456bdc1b2cb4", # noqa
commit = "releases/2.11.12",
sha256 = "eef1785d78639b228ae2de26b334129fe6a7d399c4ac6f8fc5bb9054ba00de64", # noqa
build_file = ":package.BUILD.bazel",
mirrors = mirrors,
)
Loading

0 comments on commit 0157e3b

Please sign in to comment.