Skip to content

Commit 20043cf

Browse files
committed
remove aws kms plugin from debian builds too
1 parent 000c6cf commit 20043cf

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

debian/autobake-deb.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,9 @@ if [[ $GCCVERSION -lt 40800 ]] || [[ $(arch) =~ i[346]86 ]]
8484
then
8585
sed '/Package: mariadb-plugin-rocksdb/,/^$/d' -i debian/control
8686
fi
87-
if [[ $GCCVERSION -lt 40800 ]]
88-
then
89-
sed '/Package: mariadb-plugin-aws-key-management-10.2/,/^$/d' -i debian/control
90-
fi
87+
88+
# Always remove aws plugin, see -DNOT_FOR_DISTRIBUTION in CMakeLists.txt
89+
sed '/Package: mariadb-plugin-aws-key-management-10.2/,/^$/d' -i debian/control
9190

9291
# Don't build cassandra package if thrift is not installed
9392
if [[ ! -f /usr/local/include/thrift/Thrift.h && ! -f /usr/include/thrift/Thrift.h ]]

0 commit comments

Comments
 (0)