Skip to content

Commit

Permalink
[setup] Upgrade Bazel to latest release 7.1.1 (RobotLocomotion#21123)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwnimmer-tri authored Apr 18, 2024
1 parent c10078b commit 5b7b5a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bazeliskrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# When bazelisk in use (as is typical, per Drake install_prereqs), this dotfile
# specifies which version of Bazel should be used to build and test Drake.
USE_BAZEL_VERSION=7.0.2
USE_BAZEL_VERSION=7.1.1

# For some reason the google mirrors are very flaky in Drake CI in EC2, so
# we'll point to the GitHub mirrors instead.
Expand Down
6 changes: 3 additions & 3 deletions doc/_pages/from_source.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ officially supports:

| Operating System ⁽¹⁾ | Architecture | Python ⁽²⁾ | Bazel | CMake | C/C++ Compiler ⁽³⁾ | Java |
|------------------------------------|--------------|------------|-------|-------|------------------------------|-------------------------------|
| Ubuntu 22.04 LTS (Jammy Jellyfish) | x86_64 | 3.10 | 7.0 | 3.22 | GCC 11 (default) or Clang 14 | OpenJDK 11 |
| macOS Ventura (13) | arm64 | 3.12 | 7.0 | 3.26 | Apple LLVM 14 (Xcode 14) | AdoptOpenJDK 16 (HotSpot JVM) |
| macOS Sonoma (14) | arm64 | 3.12 | 7.0 | 3.28 | Apple LLVM 15 (Xcode 15) | AdoptOpenJDK 16 (HotSpot JVM) |
| Ubuntu 22.04 LTS (Jammy Jellyfish) | x86_64 | 3.10 | 7.1 | 3.22 | GCC 11 (default) or Clang 14 | OpenJDK 11 |
| macOS Ventura (13) | arm64 | 3.12 | 7.1 | 3.26 | Apple LLVM 14 (Xcode 14) | AdoptOpenJDK 16 (HotSpot JVM) |
| macOS Sonoma (14) | arm64 | 3.12 | 7.1 | 3.28 | Apple LLVM 15 (Xcode 15) | AdoptOpenJDK 16 (HotSpot JVM) |

"Official support" means that we have Continuous Integration test coverage to
notice regressions, so if it doesn't work for you then please file a bug report.
Expand Down

0 comments on commit 5b7b5a0

Please sign in to comment.