Removing MACOSX_DEPLOYMENT_TARGET to address build issue

PiperOrigin-RevId: 338559261
Change-Id: I05261a4c457fefc9f4cba362f3d7088b6e04e3f2
This commit is contained in:
Geeta Chavan 2020-10-22 15:17:57 -07:00 committed by TensorFlower Gardener
parent ab53121fa8
commit 2cc30c6d44
7 changed files with 0 additions and 7 deletions

View File

@ -24,7 +24,6 @@ if [[ "$IS_NIGHTLY" -eq 1 ]]; then
# Pick a version of xcode
export DEVELOPER_DIR=/Applications/Xcode_11.3.app/Contents/Developer
export MACOSX_DEPLOYMENT_TARGET=10.14
sudo xcode-select -s "${DEVELOPER_DIR}"
# Update the version string to nightly

View File

@ -21,7 +21,6 @@ install_bazelisk
# Pick a more recent version of xcode
export DEVELOPER_DIR=/Applications/Xcode_11.3.app/Contents/Developer
export MACOSX_DEPLOYMENT_TARGET=10.14
sudo xcode-select -s "${DEVELOPER_DIR}"
python3.6 -m virtualenv tf_build_env --system-site-packages
source tf_build_env/bin/activate

View File

@ -21,7 +21,6 @@ install_bazelisk
# Pick a more recent version of xcode
export DEVELOPER_DIR=/Applications/Xcode_11.3.app/Contents/Developer
export MACOSX_DEPLOYMENT_TARGET=10.14
sudo xcode-select -s "${DEVELOPER_DIR}"
# Install macos pip dependencies

View File

@ -21,7 +21,6 @@ install_bazelisk
# Pick a more recent version of xcode
export DEVELOPER_DIR=/Applications/Xcode_11.3.app/Contents/Developer
export MACOSX_DEPLOYMENT_TARGET=10.14
sudo xcode-select -s "${DEVELOPER_DIR}"
python -m virtualenv tf_build_env --system-site-packages
source tf_build_env/bin/activate

View File

@ -21,7 +21,6 @@ install_bazelisk
# Pick a more recent version of xcode
export DEVELOPER_DIR=/Applications/Xcode_11.3.app/Contents/Developer
export MACOSX_DEPLOYMENT_TARGET=10.14
sudo xcode-select -s "${DEVELOPER_DIR}"
# Install macos pip dependencies

View File

@ -21,7 +21,6 @@ install_bazelisk
# Pick a more recent version of xcode
export DEVELOPER_DIR=/Applications/Xcode_11.3.app/Contents/Developer
export MACOSX_DEPLOYMENT_TARGET=10.14
sudo xcode-select -s "${DEVELOPER_DIR}"
python -m virtualenv tf_build_env --system-site-packages
source tf_build_env/bin/activate

View File

@ -21,7 +21,6 @@ install_bazelisk
# Pick a more recent version of xcode
export DEVELOPER_DIR=/Applications/Xcode_11.3.app/Contents/Developer
export MACOSX_DEPLOYMENT_TARGET=10.14
sudo xcode-select -s "${DEVELOPER_DIR}"
# Install macos pip dependencies