Skip to content

Commit

Permalink
Update recommended Bazel version to 2.0 (RobotLocomotion#12526)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiesnape authored Jan 7, 2020
1 parent 97e1337 commit 1c497be
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions doc/developers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ Drake requires a compiler running in C++17 mode.
| Operating System | Bazel | CMake | C/C++ Compiler | Java | Python |
+==================================+=======+=======+=====================+===================+========+
+----------------------------------+-------+-------+---------------------+-------------------+--------+
| Ubuntu 18.04 LTS (Bionic Beaver) | 1.2 | 3.10 | | Clang 6.0 | OpenJDK 11 | 3.6 |
| Ubuntu 18.04 LTS (Bionic Beaver) | 2.0 | 3.10 | | Clang 6.0 | OpenJDK 11 | 3.6 |
| | | | | GCC 7.4 (default) | | |
+----------------------------------+ +-------+---------------------+-------------------+--------+
| macOS Mojave (10.14) | | 3.16 | | Apple LLVM 11.0.0 | | AdoptOpenJDK 13 | 3.7 |
| | | | | (Xcode 11.2) | | (HotSpot JVM) | |
| | | | | (Xcode 11.3) | | (HotSpot JVM) | |
+----------------------------------+ | | | | |
| macOS Catalina (10.15) | | | | | |
| | | | | | |
Expand Down
6 changes: 3 additions & 3 deletions setup/ubuntu/source_distribution/install_prereqs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ dpkg_install_from_wget() {
}

dpkg_install_from_wget \
bazel 1.2.0 \
https://releases.bazel.build/1.2.0/release/bazel_1.2.0-linux-x86_64.deb \
640fbbd9d6e6f1bb225929c1b5ffcae650560f8ce1208745acd170451926d190
bazel 2.0.0 \
https://releases.bazel.build/2.0.0/release/bazel_2.0.0-linux-x86_64.deb \
575c77b96bc6202f83c7ff233cd44541aa30ff1b2bc211eaf8c99a8987272c68

0 comments on commit 1c497be

Please sign in to comment.