mirror of
https://github.com/MariaDB/server.git
synced 2025-12-28 16:17:35 +00:00
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:
parent
9011e3be18
commit
cbe13e9ec0
@ -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()
|
||||
|
||||
|
||||
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user