From 3217a4e5f39e04606a87b195bca0fe383a211a22 Mon Sep 17 00:00:00 2001 From: Ben Langmuir Date: Tue, 12 May 2020 10:40:03 -0700 Subject: [PATCH] [5.3][preset] Add missing libicu dependencies to package presets We were accidentally using the system libicu instead of building it, causing version mismatches. This will unblock Linux PR testing for https://github.com/apple/swift-llbuild/pull/674 (cherry picked from commit ccb41f044ac7bfb61e76460b7df59bfca6bbf286, #31733) --- utils/build-presets.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/utils/build-presets.ini b/utils/build-presets.ini index 9435256f5ab4f..d74159e484fc0 100644 --- a/utils/build-presets.ini +++ b/utils/build-presets.ini @@ -1579,13 +1579,16 @@ mixin-preset= mixin_linux_install_components_with_clang libdispatch +libicu foundation xctest +install-libicu install-foundation install-libdispatch install-xctest +skip-test-libicu skip-test-foundation skip-test-libdispatch skip-test-xctest