Updating/setting xcode version to 10.3

PiperOrigin-RevId: 280756701
Change-Id: I3b4c8ce78ef5a68a0a23f32ac25caf527597c700
This commit is contained in:
Geeta Chavan 2019-11-15 16:09:06 -08:00 committed by TensorFlower Gardener
parent 9a24946408
commit fa0bfeb53e
8 changed files with 24 additions and 4 deletions

View File

@ -24,7 +24,8 @@ bazel version
set_bazel_outdir
# Pick a more recent version of xcode
sudo xcode-select --switch /Applications/Xcode_9.2.app/Contents/Developer
export DEVELOPER_DIR=/Applications/Xcode_10.3.app/Contents/Developer
sudo xcode-select -s "${DEVELOPER_DIR}"
python -m virtualenv tf_build_env --system-site-packages
source tf_build_env/bin/activate

View File

@ -23,6 +23,10 @@ which bazel
bazel version
set_bazel_outdir
# Pick a more recent version of xcode
export DEVELOPER_DIR=/Applications/Xcode_10.3.app/Contents/Developer
sudo xcode-select -s "${DEVELOPER_DIR}"
# Install macos pip dependencies
install_macos_pip_deps sudo

View File

@ -24,7 +24,8 @@ bazel version
set_bazel_outdir
# Pick a more recent version of xcode
sudo xcode-select --switch /Applications/Xcode_9.2.app/Contents/Developer
export DEVELOPER_DIR=/Applications/Xcode_10.3.app/Contents/Developer
sudo xcode-select -s "${DEVELOPER_DIR}"
python3.5 -m virtualenv tf_build_env --system-site-packages
source tf_build_env/bin/activate

View File

@ -23,6 +23,10 @@ which bazel
bazel version
set_bazel_outdir
# Pick a more recent version of xcode
export DEVELOPER_DIR=/Applications/Xcode_10.3.app/Contents/Developer
sudo xcode-select -s "${DEVELOPER_DIR}"
# Install macos pip dependencies
install_macos_pip_deps sudo pip3.5

View File

@ -24,7 +24,8 @@ bazel version
set_bazel_outdir
# Pick a more recent version of xcode
sudo xcode-select --switch /Applications/Xcode_9.2.app/Contents/Developer
export DEVELOPER_DIR=/Applications/Xcode_10.3.app/Contents/Developer
sudo xcode-select -s "${DEVELOPER_DIR}"
python3.6 -m virtualenv tf_build_env --system-site-packages
source tf_build_env/bin/activate

View File

@ -23,6 +23,10 @@ which bazel
bazel version
set_bazel_outdir
# Pick a more recent version of xcode
export DEVELOPER_DIR=/Applications/Xcode_10.3.app/Contents/Developer
sudo xcode-select -s "${DEVELOPER_DIR}"
# Install macos pip dependencies
install_macos_pip_deps sudo pip3.6

View File

@ -24,7 +24,8 @@ bazel version
set_bazel_outdir
# Pick a more recent version of xcode
sudo xcode-select --switch /Applications/Xcode_9.2.app/Contents/Developer
export DEVELOPER_DIR=/Applications/Xcode_10.3.app/Contents/Developer
sudo xcode-select -s "${DEVELOPER_DIR}"
python -m virtualenv tf_build_env --system-site-packages
source tf_build_env/bin/activate

View File

@ -23,6 +23,10 @@ which bazel
bazel version
set_bazel_outdir
# Pick a more recent version of xcode
export DEVELOPER_DIR=/Applications/Xcode_10.3.app/Contents/Developer
sudo xcode-select -s "${DEVELOPER_DIR}"
# Install macos pip dependencies
install_macos_pip_deps sudo pip3.7