Windows installer - ignore hashicorp-key-management, even if it was built.

Fixes MSI installer.
Do not install hashicorp-key-management, as also we would need to install
dependencies, in this case libcurl. For that, MDEV-33474 needs to be fixed
first.
This commit is contained in:
Vladislav Vaintroub 2024-09-04 11:13:36 +02:00
parent 9011e3be18
commit cbe13e9ec0
2 changed files with 2 additions and 2 deletions

View file

@ -53,7 +53,7 @@ add_component(Backup
DESCRIPTION "Installs backup utilities(mariabackup and mbstream)")
#Miscellaneous hidden components, part of server / or client programs
foreach(comp connect-engine connect-engine-jdbc ClientPlugins aws-key-management rocksdb-engine plugin-hashicorp-key-management)
foreach(comp connect-engine connect-engine-jdbc ClientPlugins aws-key-management rocksdb-engine)
add_component(${comp} GROUP MySQLServer HIDDEN)
endforeach()

View file

@ -1,2 +1,2 @@
# Components ignored in both ZIP and WIX generators
set(COMPONENTS_IGNORE Debuginfo Server_Scripts SqlBench Test Embedded)
set(COMPONENTS_IGNORE Debuginfo Server_Scripts SqlBench Test Embedded hashicorp-key-management plugin-hashicorp-key-management)