mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +08:00
Disable fluidlite in CI. (#13125)
* Disable fluidlite in CI. Fluidlite, added 3 days ago in https://github.com/microsoft/vcpkg/pull/13006 , tries to install the same files as fluidsynth; it's similar to the 'boringssl' situation. Given that fluidlite doens't have any dependencies, this change disables that one rather than fluidsynth, * Add warning message.
This commit is contained in:
parent
6ed0bc982b
commit
05635bdf78
@ -1,3 +1,7 @@
|
||||
if(EXISTS "${CURRENT_INSTALLED_DIR}/include/fluidsynth/settings.h")
|
||||
message(FATAL_ERROR "Can't build fluidlite if fluidsynth is installed. Please remove fluidsynth, and try to install fluidlite again if you need it.")
|
||||
endif()
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO divideconcept/FluidLite
|
||||
|
@ -422,6 +422,16 @@ flint:x64-osx=fail
|
||||
fltk:arm-uwp=fail
|
||||
fltk:x64-uwp=fail
|
||||
fluidsynth:x64-osx=fail
|
||||
# fluidlite conflicts with fluidsynth; we test fluidsynth rather than fluidlite because
|
||||
# fluidlite has no dependencies and thus is less likely to be broken by another package.
|
||||
fluidlite:arm-uwp=skip
|
||||
fluidlite:arm64-windows=skip
|
||||
fluidlite:x64-linux=skip
|
||||
fluidlite:x64-osx=skip
|
||||
fluidlite:x64-uwp=skip
|
||||
fluidlite:x64-windows-static=skip
|
||||
fluidlite:x64-windows=skip
|
||||
fluidlite:x86-windows=skip
|
||||
fmem:arm-uwp=fail
|
||||
fmem:x64-uwp=fail
|
||||
fmi4cpp:arm-uwp=fail
|
||||
|
Loading…
x
Reference in New Issue
Block a user