Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setup: Upgrade to bazel 0.16.1 on Ubuntu #9212

Merged
merged 1 commit into from
Aug 17, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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