[TF] Update README to specify user to download Bazel v0.22.0 and java8 #24195
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR stems from the conversation found with @rxwei in the mailing list here. Three things to note:
java8
. After running:java8
does not show up likely due to this PR (or something buggy on my computer...more on this in point 3.). I can add manual installation instructions instead ofbrew cask install caskroom/versions/java8
depending on what everyone thinks (I manually installed it).utils/build-script --enable-tensorflow --release-debuginfo
command as I get the following error:However, I can't build swift from master either (instead it can't find the file
Ninja-RelWithDebInfoAssert/llvm-macosx-x86_64/tools/clang/tools/driver/Info.plist
) so this is likely some bug on my end unrelated to Bazel,java8
, or thetensorflow
branch. So I'll try to debug it myself. If I continue to have issues I will ping for help in the mailing list.