aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar hlopko <hlopko@google.com>2017-05-29 15:34:56 +0200
committerGravatar László Csomor <laszlocsomor@google.com>2017-05-29 16:42:47 +0200
commite1e0f5d8c3e59fa7bca8f4aa1adde7620f89b304 (patch)
tree54b986666dc1b0ac5293c73e39524cbcd3faff03
parent65ff1543c161014e0bbcf20cec189a0a76888c2d (diff)
Update documentation to address #3063
RELNOTES: None PiperOrigin-RevId: 157393208
-rw-r--r--site/blog/_posts/2017-05-26-Bazel-0-5-0-release.md8
-rw-r--r--site/versions/master/docs/install-os-x.md8
2 files changed, 16 insertions, 0 deletions
diff --git a/site/blog/_posts/2017-05-26-Bazel-0-5-0-release.md b/site/blog/_posts/2017-05-26-Bazel-0-5-0-release.md
index 8b01088477..b84a0c477b 100644
--- a/site/blog/_posts/2017-05-26-Bazel-0-5-0-release.md
+++ b/site/blog/_posts/2017-05-26-Bazel-0-5-0-release.md
@@ -11,6 +11,14 @@ This release simplifies Bazel installation on Windows and platforms where a JDK
is not available. It solidifies the Build Event Protocol and [Remote Execution
APIs](https://docs.google.com/document/d/1AaGk7fOPByEvpAbqeXIyE8HX_A3_axxNnvroblTZ_6s/edit).
+**Known issue on MacOS**
+
+Bazel release 0.5.0 contains a bug in the compiler detection on macOS which
+requires Xcode and the iOS tooling to be installed
+([corresponding issue #3063](https://github.com/bazelbuild/bazel/issues/3063)).
+If you had Command Line Tools installed, you also need to switch to Xcode using
+`sudo xcode-select -s /Applications/Xcode.app/Contents/Developer`.
+
## Improvements from our roadmap
### Bundled JDK
diff --git a/site/versions/master/docs/install-os-x.md b/site/versions/master/docs/install-os-x.md
index a41a00f458..a369d7d706 100644
--- a/site/versions/master/docs/install-os-x.md
+++ b/site/versions/master/docs/install-os-x.md
@@ -5,6 +5,14 @@ title: Installing Bazel on macOS
# <a name="mac-os-x"></a>Install Bazel on macOS (OS X)
+**Known issue on MacOS**
+
+Bazel release 0.5.0 contains a bug in the compiler detection on macOS which
+requires Xcode and the iOS tooling to be installed
+([corresponding issue #3063](https://github.com/bazelbuild/bazel/issues/3063)).
+If you had Command Line Tools installed, you also need to switch to Xcode using
+`sudo xcode-select -s /Applications/Xcode.app/Contents/Developer`.
+
Install Bazel on macOS (OS X) using one of the following methods:
* [Use Homebrew](#install-on-mac-os-x-homebrew)