Skip to content

Commit

Permalink
setup: Upgrade to bazel 0.16.1 on Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
jwnimmer-tri committed Aug 16, 2018
1 parent e3eecf4 commit 28437b6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions doc/clion.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ Installing CLion
academic license `here <https://www.jetbrains.com/shop/eform/students>`_.

The most recent versions that we have tested for compatibility are:
- CLion 2018.1.2
- Bazel 0.14.1
- "CLion with Bazel" plug-in 2018.05.21.0.0.
- CLion 2018.1.6
- Bazel 0.16.1
- "CLion with Bazel" plug-in 2018.06.11.0.3.

Upgrading CLion
---------------
Expand Down
2 changes: 1 addition & 1 deletion doc/developers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,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.14.1 | | Clang 4.0 | OpenJDK 8 | R2017a | 2.7.11 |
| Ubuntu 16.04 LTS ("Xenial") | | Bazel 0.16.1 | | Clang 4.0 | OpenJDK 8 | R2017a | 2.7.11 |
| | | CMake 3.5.1 | | GCC 5.4 | | | |
+-----------------------------+-----------------+--------------------+------------+ +--------+
| macOS 10.12 ("Sierra") | | Bazel 0.14.1 | Apple Clang 9.0.0 | Oracle 1.8 | | 2.7.15 |
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 @@ -67,6 +67,6 @@ dpkg_install_from_wget() {
}

dpkg_install_from_wget \
bazel 0.14.1 \
https://github.com/bazelbuild/bazel/releases/download/0.14.1/bazel_0.14.1-linux-x86_64.deb \
31946d067901fb10e38a6497996906b5c777feffabe1b3de0039cac0c3c02318
bazel 0.16.1 \
https://github.com/bazelbuild/bazel/releases/download/0.16.1/bazel_0.16.1-linux-x86_64.deb \
c29f9709910ee23879dffe59ad31f5babba7dcbb81244ff319a5ce81da3c9abe
6 changes: 3 additions & 3 deletions setup/ubuntu/18.04/source_distribution/install_prereqs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ dpkg_install_from_wget() {
}

dpkg_install_from_wget \
bazel 0.14.1 \
https://github.com/bazelbuild/bazel/releases/download/0.14.1/bazel_0.14.1-linux-x86_64.deb \
31946d067901fb10e38a6497996906b5c777feffabe1b3de0039cac0c3c02318
bazel 0.16.1 \
https://github.com/bazelbuild/bazel/releases/download/0.16.1/bazel_0.16.1-linux-x86_64.deb \
c29f9709910ee23879dffe59ad31f5babba7dcbb81244ff319a5ce81da3c9abe

0 comments on commit 28437b6

Please sign in to comment.