Skip to content

Commit cbe13e9

Browse files
committed
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.
1 parent 9011e3b commit cbe13e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

win/packaging/CPackWixConfig.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ add_component(Backup
5353
DESCRIPTION "Installs backup utilities(mariabackup and mbstream)")
5454

5555
#Miscellaneous hidden components, part of server / or client programs
56-
foreach(comp connect-engine connect-engine-jdbc ClientPlugins aws-key-management rocksdb-engine plugin-hashicorp-key-management)
56+
foreach(comp connect-engine connect-engine-jdbc ClientPlugins aws-key-management rocksdb-engine)
5757
add_component(${comp} GROUP MySQLServer HIDDEN)
5858
endforeach()
5959

win/packaging/ComponentsIgnore.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# Components ignored in both ZIP and WIX generators
2-
set(COMPONENTS_IGNORE Debuginfo Server_Scripts SqlBench Test Embedded)
2+
set(COMPONENTS_IGNORE Debuginfo Server_Scripts SqlBench Test Embedded hashicorp-key-management plugin-hashicorp-key-management)

0 commit comments

Comments
 (0)