Skip to content

Commit

Permalink
Upgrade Ubuntu support to use Bazel 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jwnimmer-tri committed Feb 28, 2018
1 parent aa8dc18 commit 8159676
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/developers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ 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") | | Bazel 0.9.0 | | Clang 4.0 | OpenJDK 8 | R2017a | 2.7.11 |
| Ubuntu 16.04 LTS ("Xenial") | | Bazel 0.10.1 | | Clang 4.0 | OpenJDK 8 | R2017a | 2.7.11 |
| | | CMake 3.5.1 | | GCC 5.4 | | | |
+-----------------------------+-----------------+--------------------+------------+ +--------+
| macOS 10.12 ("Sierra") | | Bazel 0.10.1 | Apple Clang 9.0.0 | Oracle 1.8 | | 2.7.14 |
Expand Down
6 changes: 3 additions & 3 deletions setup/ubuntu/16.04/source_distribution/install_prereqs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ dpkg_install_from_wget() {
}

dpkg_install_from_wget \
bazel 0.9.0 \
https://github.com/bazelbuild/bazel/releases/download/0.9.0/bazel_0.9.0-linux-x86_64.deb \
a600454ec218bffd1a1cea0f5bb511031081d23c4de15bfde674164dc2f9cd7f
bazel 0.10.1 \
https://github.com/bazelbuild/bazel/releases/download/0.10.1/bazel_0.10.1-linux-x86_64.deb \
28a9e614226ed4ac96ed4e9c0ddc59df2e8eadcfb11e0539c0e5aaead6c1ff2d

0 comments on commit 8159676

Please sign in to comment.