File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -644,11 +644,13 @@ test
644
644
validation-test
645
645
long-test
646
646
foundation
647
+ libdispatch
647
648
lit-args =-v
648
649
649
650
dash-dash
650
651
651
652
install-foundation
653
+ install-libdispatch
652
654
reconfigure
653
655
654
656
# Ubuntu 16.04 preset for backwards compat and future customizations.
@@ -730,6 +732,7 @@ llbuild
730
732
swiftpm
731
733
xctest
732
734
foundation
735
+ libdispatch
733
736
dash-dash
734
737
735
738
[preset: buildbot_incremental_linux,long_test]
Original file line number Diff line number Diff line change @@ -2390,7 +2390,8 @@ for host in "${ALL_HOSTS[@]}"; do
2390
2390
SWIFTC_BIN=" $( build_directory_bin ${LOCAL_HOST} swift) /swiftc"
2391
2391
LLVM_BIN=" $( build_directory_bin ${LOCAL_HOST} llvm) "
2392
2392
2393
- if [[ ! -f " ${LIBDISPATCH_BUILD_DIR} " /config.status ]]; then
2393
+ if [[ " ${RECONFIGURE} " || ! -f " ${LIBDISPATCH_BUILD_DIR} " /config.status ]]; then
2394
+ echo " Reconfiguring libdispatch"
2394
2395
# First time building; need to run autotools and configure
2395
2396
if [[ " $LIBDISPATCH_BUILD_TYPE " == " Release" ]] ; then
2396
2397
dispatch_build_variant_arg=" release"
@@ -2407,7 +2408,8 @@ for host in "${ALL_HOSTS[@]}"; do
2407
2408
" ${LIBDISPATCH_SOURCE_DIR} " /configure --with-swift-toolchain=" ${SWIFT_BUILD_PATH} " \
2408
2409
--with-build-variant=$dispatch_build_variant_arg \
2409
2410
--prefix=" $( get_host_install_destdir ${host} ) $( get_host_install_prefix ${host} ) "
2410
-
2411
+ else
2412
+ echo " Skipping reconfiguration of libdispatch"
2411
2413
fi
2412
2414
with_pushd " ${LIBDISPATCH_BUILD_DIR} " \
2413
2415
call make
You can’t perform that action at this time.
0 commit comments