Commit cbe13e9e authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

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.
parent 9011e3be
...@@ -53,7 +53,7 @@ add_component(Backup ...@@ -53,7 +53,7 @@ add_component(Backup
DESCRIPTION "Installs backup utilities(mariabackup and mbstream)") DESCRIPTION "Installs backup utilities(mariabackup and mbstream)")
#Miscellaneous hidden components, part of server / or client programs #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) add_component(${comp} GROUP MySQLServer HIDDEN)
endforeach() endforeach()
......
# Components ignored in both ZIP and WIX generators # 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)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment