File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -645,11 +645,13 @@ test
645
645
validation-test
646
646
long-test
647
647
foundation
648
+ libdispatch
648
649
lit-args =-v
649
650
650
651
dash-dash
651
652
652
653
install-foundation
654
+ install-libdispatch
653
655
reconfigure
654
656
655
657
# Ubuntu 16.04 preset for backwards compat and future customizations.
@@ -731,6 +733,7 @@ llbuild
731
733
swiftpm
732
734
xctest
733
735
foundation
736
+ libdispatch
734
737
dash-dash
735
738
736
739
[preset: buildbot_incremental_linux,long_test]
Original file line number Diff line number Diff line change @@ -2363,7 +2363,8 @@ for host in "${ALL_HOSTS[@]}"; do
2363
2363
SWIFTC_BIN=" $( build_directory_bin ${LOCAL_HOST} swift) /swiftc"
2364
2364
LLVM_BIN=" $( build_directory_bin ${LOCAL_HOST} llvm) "
2365
2365
2366
- if [[ ! -f " ${LIBDISPATCH_BUILD_DIR} " /config.status ]]; then
2366
+ if [[ " ${RECONFIGURE} " || ! -f " ${LIBDISPATCH_BUILD_DIR} " /config.status ]]; then
2367
+ echo " Reconfiguring libdispatch"
2367
2368
# First time building; need to run autotools and configure
2368
2369
if [[ " $LIBDISPATCH_BUILD_TYPE " == " Release" ]] ; then
2369
2370
dispatch_build_variant_arg=" release"
@@ -2380,7 +2381,8 @@ for host in "${ALL_HOSTS[@]}"; do
2380
2381
" ${LIBDISPATCH_SOURCE_DIR} " /configure --with-swift-toolchain=" ${SWIFT_BUILD_PATH} " \
2381
2382
--with-build-variant=$dispatch_build_variant_arg \
2382
2383
--prefix=" $( get_host_install_destdir ${host} ) $( get_host_install_prefix ${host} ) "
2383
-
2384
+ else
2385
+ echo " Skipping reconfiguration of libdispatch"
2384
2386
fi
2385
2387
with_pushd " ${LIBDISPATCH_BUILD_DIR} " \
2386
2388
call make
You can’t perform that action at this time.
0 commit comments