Merge remote-tracking branch 'origin/master' into master-next

This commit is contained in:
swift_jenkins
2019-11-17 01:59:59 -08:00

View File

@@ -1614,6 +1614,9 @@ for host in "${ALL_HOSTS[@]}"; do
tmp_product=libdispatch
LIBDISPATCH_STATIC_CMAKE_OPTIONS=${LIBDISPATCH_CMAKE_OPTIONS[@]}
fi
if [[ ${tmp_product} == "foundation_static" ]]; then
tmp_product=foundation
fi
if ! [[ $(should_execute_action "${host}-${tmp_product}-build") ]]; then
continue
fi
@@ -2858,6 +2861,9 @@ for host in "${ALL_HOSTS[@]}"; do
if [[ ${tmp_product} == "libdispatch_static" ]]; then
tmp_product=libdispatch
fi
if [[ ${tmp_product} == "foundation_static" ]]; then
tmp_product=foundation
fi
if ! [[ $(should_execute_action "${host}-${tmp_product}-install") ]]; then
continue
fi