Skip to content

Commit f9138d8

Browse files
committed
---
yaml --- r: 323547 b: refs/heads/tensorflow-next c: eb1c223 h: refs/heads/master i: 323545: 6f50a6a 323543: f6ff6f7
1 parent 9a0abb6 commit f9138d8

File tree

2 files changed

+15
-14
lines changed

2 files changed

+15
-14
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1461,4 +1461,4 @@ refs/heads/master-rebranch: 86e95c23aa0d37f24ec138b7853146c1cead2e40
14611461
refs/heads/rdar-53901732: 9bd06af3284e18a109cdbf9aa59d833b24eeca7b
14621462
refs/heads/revert-26776-subst-always-returns-a-type: 1b8e18fdd391903a348970a4c848995d4cdd789c
14631463
refs/heads/tensorflow-merge: 8b854f62f80d4476cb383d43c4aac2001dde3cec
1464-
refs/heads/tensorflow-next: a87a8b6d77aa7829352140217aac47d140e573bb
1464+
refs/heads/tensorflow-next: eb1c223171e8145e09fc222e7d574504356d2695

branches/tensorflow-next/utils/build-script-impl

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3573,24 +3573,25 @@ for host in "${ALL_HOSTS[@]}"; do
35733573
echo "--install-destdir is required to install products."
35743574
exit 1
35753575
fi
3576-
3577-
case ${host} in
3578-
linux-*)
3576+
if [[ "$using_xcodebuild" == "TRUE" ]] ; then
3577+
case ${host} in
3578+
linux-*)
35793579
;;
3580-
freebsd-*)
3580+
freebsd-*)
35813581
;;
3582-
cygwin-*)
3582+
cygwin-*)
35833583
;;
3584-
haiku-*)
3584+
haiku-*)
35853585
;;
3586-
macosx-*)
3587-
set_lldb_xcodebuild_options
3588-
set_lldb_build_mode
3589-
with_pushd ${LLDB_SOURCE_DIR} \
3590-
call xcodebuild -target toolchain -configuration ${LLDB_BUILD_MODE} install ${lldb_xcodebuild_options[@]} DSTROOT="${host_install_destdir}" LLDB_TOOLCHAIN_PREFIX="${TOOLCHAIN_PREFIX}"
3591-
continue
3586+
macosx-*)
3587+
set_lldb_xcodebuild_options
3588+
set_lldb_build_mode
3589+
with_pushd ${LLDB_SOURCE_DIR} \
3590+
call xcodebuild -target toolchain -configuration ${LLDB_BUILD_MODE} install ${lldb_xcodebuild_options[@]} DSTROOT="${host_install_destdir}" LLDB_TOOLCHAIN_PREFIX="${TOOLCHAIN_PREFIX}"
3591+
continue
35923592
;;
3593-
esac
3593+
esac
3594+
fi
35943595
;;
35953596
swiftpm)
35963597
if [[ -z "${INSTALL_SWIFTPM}" ]] ; then

0 commit comments

Comments
 (0)