Removing MACOSX_DEPLOYMENT_TARGET to address build issue
PiperOrigin-RevId: 338559261 Change-Id: I05261a4c457fefc9f4cba362f3d7088b6e04e3f2
This commit is contained in:
parent
ab53121fa8
commit
2cc30c6d44
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user