File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -55,8 +55,6 @@ $SOURCE_PATH/swift/utils/build-script \
55
55
# For some reason passing `--reconfigure` to `build-script` won't do this.
56
56
rm -rf $SOURCE_PATH /build/Ninja-ReleaseAssert/swift-*
57
57
58
- exit 0
59
-
60
58
# build the cross-compilled toolchain
61
59
$SOURCE_PATH /swift/utils/build-script \
62
60
--preset=$TARGET_PRESET \
@@ -88,7 +86,7 @@ $UTILS_PATH/build-foundation.sh $HOST_TOOLCHAIN_SDK
88
86
$UTILS_PATH /build-xctest.sh $HOST_TOOLCHAIN_SDK
89
87
90
88
# Cleanup build directory on CI
91
- if [[ -z " ${CI} " ]]; then
89
+ if [[ -n " ${CI} " ]]; then
92
90
rm -rf $SOURCE_PATH /build/Ninja-ReleaseAssert/
93
91
fi
94
92
Original file line number Diff line number Diff line change @@ -27,8 +27,6 @@ FLAGS="--release $CACHE_FLAGS --verbose"
27
27
28
28
$BUILD_SCRIPT $FLAGS
29
29
30
- exit 0
31
-
32
30
if [[ " $( uname) " == " Darwin" ]]; then
33
31
# workaround: host target test directory is necessary to use run-test
34
32
mkdir -p $BUILD_DIR /swift-macosx-x86_64/test-macosx-x86_64
You can’t perform that action at this time.
0 commit comments