Skip to content

Commit daa93dc

Browse files
committed
Revert "Infer a reasonable build subdirectory when building a toolchain"
This reverts commit 73a1353.
1 parent b5b10ce commit daa93dc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

utils/build-toolchain

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,10 @@ case $(uname -s) in
5757
Darwin)
5858
SWIFT_PACKAGE=buildbot_osx_package
5959
OS_SUFFIX=osx
60-
BUILD_SUBDIR=buildbot_osx
6160
;;
6261
Linux)
6362
SWIFT_PACKAGE=buildbot_linux
6463
OS_SUFFIX=linux
65-
BUILD_SUBDIR=buildbot_linux
6664
;;
6765
*)
6866
echo "Unrecognised platform $(uname -s)"
@@ -136,7 +134,7 @@ DISPLAY_NAME_SHORT="Local Swift Development Snapshot"
136134
DISPLAY_NAME="${DISPLAY_NAME_SHORT} ${YEAR}-${MONTH}-${DAY}"
137135

138136
SWIFT_INSTALLABLE_PACKAGE="${RESULT_DIR}/${ARCHIVE}"
139-
SWIFT_INSTALL_DIR="${RESULT_DIR}/${BUILD_SUBDIR}"
137+
SWIFT_INSTALL_DIR="${RESULT_DIR}/swift-nightly-install"
140138
SWIFT_INSTALL_SYMROOT="${RESULT_DIR}/swift-nightly-symroot"
141139
SWIFT_TOOLCHAIN_DIR="/Library/Developer/Toolchains/${TOOLCHAIN_NAME}.xctoolchain"
142140
SYMBOLS_PACKAGE="${RESULT_DIR}/${SYM_ARCHIVE}"

0 commit comments

Comments
 (0)