From 64f7f2590dd71fa64a64287e330ef536606d213a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Br=C3=BCckner?= Date: Sat, 29 Feb 2020 06:56:22 +0100 Subject: [libmysql] Fix for missing "ADD_COMPILE_FLAGS" command (#10162) * [libmysql] Apply patch to prevent configuration error in extra/re2 Configuration of the embedded extra/re2 produces an error on Mac with Clang: CMake Error at extra/re2/CMakeLists.txt:74 (ADD_COMPILE_FLAGS): Unknown CMake command "ADD_COMPILE_FLAGS". cmake/compile_flags.cmake was not included. * [libmysql] Remove empty directory /lib/plugin/debug after installation * [libmysql] Update version to 8.0.4-6 * [libmysql] Remove deprecated include(vcpkg_common_functions) * [libmysql] x64-osx is now expected to pass CI * [libmysql] Simplify copying of copyright file * [libmysql] Handle unsupported triplets with vcpkg_fail_port_install --- scripts/ci.baseline.txt | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'scripts') diff --git a/scripts/ci.baseline.txt b/scripts/ci.baseline.txt index c56c99825..2d51cf546 100644 --- a/scripts/ci.baseline.txt +++ b/scripts/ci.baseline.txt @@ -7,10 +7,10 @@ ## fail - the port does not build in the CI system. ## This is not necessarily the same as if a port is expected to build ## on a developers machine because it may fail due to the machine -## configuration. When set to fail the CI system will still attempt +## configuration. When set to fail the CI system will still attempt ## to build the port and will report a CI failure until this file is updated. ## skip - Do not build this port in the CI system. -## This is added to ports that may be flaky or conflict with other +## This is added to ports that may be flaky or conflict with other ## ports. Please comment for why a port is skipped so it can be ## removed when the issue is resolved. ## ignore - attempt to build the port, but do not fail the CI test if the @@ -27,7 +27,7 @@ ## x64-windows ## x64-windows-static ## x86-windows -## +## # Add new items alphabetically @@ -833,7 +833,6 @@ libmodplug:arm-uwp=fail libmodplug:x64-uwp=fail libmupdf:x64-linux=fail libmupdf:x64-osx=fail -libmysql:x64-osx=fail libmysql:x86-windows=fail libnice:x64-linux=fail libnice:x64-osx=fail @@ -1540,7 +1539,7 @@ rpclib:x86-windows=ignore rpclib:x64-windows-static=ignore rttr:arm-uwp=fail rttr:x64-uwp=fail -rxspencer:x64-uwp=fail +rxspencer:x64-uwp=fail rxspencer:arm-uwp=fail scintilla:arm-uwp=fail scintilla:x64-linux=fail -- cgit v1.2.3