Skip to content

Commit ee9529b

Browse files
authored
Update build.sh to not build each arch in a separate build directory
1 parent d070103 commit ee9529b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

swift-ci/sdks/android/scripts/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -424,8 +424,8 @@ for arch in $archs; do
424424
;;
425425
esac
426426

427-
# use an out-of-tree build folder, otherwise subsequent arch builds have conflicts
428-
export SWIFT_BUILD_ROOT=${build_dir}/$arch/swift-project
427+
# use an out-of-tree build folder
428+
export SWIFT_BUILD_ROOT=${build_dir}/swift-project
429429

430430
./swift/utils/build-script \
431431
$build_type_flag \

0 commit comments

Comments
 (0)