aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/blog
diff options
context:
space:
mode:
authorGravatar hlopko <hlopko@google.com>2017-05-29 18:02:44 +0200
committerGravatar László Csomor <laszlocsomor@google.com>2017-05-30 09:57:06 +0200
commit5bf297dbdfe895e47aaa866c4177323bc3156fac (patch)
tree46d1f9d004ba4b47fe1d148a44b7387b4376d212 /site/blog
parent8c67e3e50f58780ed261289b1418e734a20bbb5a (diff)
Polish the documentation addressing #3063
RELNOTES: None. PiperOrigin-RevId: 157401168
Diffstat (limited to 'site/blog')
-rw-r--r--site/blog/_posts/2017-05-26-Bazel-0-5-0-release.md12
1 files changed, 5 insertions, 7 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 b84a0c477b..3bd0de396a 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,13 +11,11 @@ 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`.
+> Note: 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