Skip to content

Commit

Permalink
Merge pull request RobotLocomotion#10690 from EricCousineau-TRI/featu…
Browse files Browse the repository at this point in the history
…re/bazel_0.22

setup: Upgrade to Bazel 0.22
  • Loading branch information
EricCousineau-TRI authored Feb 14, 2019
2 parents 9e3df6b + 5b987cf commit c6065b5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions doc/developers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,13 +80,13 @@ supported for CMake builds using the "Unix Makefiles" generator.
| Operating System | Build System | C/C++ Compiler | Java | MATLAB (Optional) | Python |
+==================================+=================+=================+============+===================+========+
+----------------------------------+-----------------+-----------------+------------+-------------------+--------+
| Ubuntu 16.04 LTS (Xenial Xerus) | | Bazel 0.21.0 | | Clang 6.0 | OpenJDK 8 | R2017a | 2.7.11 |
| Ubuntu 16.04 LTS (Xenial Xerus) | | Bazel 0.22 | | Clang 6.0 | OpenJDK 8 | R2017a | 2.7.11 |
| | | CMake 3.5.1 | | GCC 5.4 | | | |
+----------------------------------+-----------------+-----------------+------------+-------------------+--------+
| Ubuntu 18.04 LTS (Bionic Beaver) | | Bazel 0.21.0 | | Clang 6.0 | OpenJDK 11 | R2018b | 2.7.15 |
| Ubuntu 18.04 LTS (Bionic Beaver) | | Bazel 0.22 | | Clang 6.0 | OpenJDK 11 | R2018b | 2.7.15 |
| | | CMake 3.10.2 | | GCC 7.3 | | | 3.6.7 |
+----------------------------------+-----------------+-----------------+------------+ +--------+
| macOS High Sierra (10.13) | | Bazel 0.21.0 | Apple LLVM 10.0 | Oracle 11 | | 2.7.15 |
| macOS High Sierra (10.13) | | Bazel 0.22 | Apple LLVM 10.0 | Oracle 11 | | 2.7.15 |
+----------------------------------+ | CMake 3.13.2 | | | | 3.7.2 |
| macOS Mojave (10.14) | | | | | |
+----------------------------------+-----------------+-----------------+------------+-------------------+--------+
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 0.21.0 \
https://github.com/bazelbuild/bazel/releases/download/0.21.0/bazel_0.21.0-linux-x86_64.deb \
cdc225dd1c1eb52ac7f4b0bebb40d2c6d6d8bc0f273718b26281077cd70a0403
bazel 0.22.0 \
https://github.com/bazelbuild/bazel/releases/download/0.22.0/bazel_0.22.0-linux-x86_64.deb \
0799bfff7959a9e4ee1a5028e5a80260e55f9526bbdd4268ea867f4e7f7c122d

0 comments on commit c6065b5

Please sign in to comment.