We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 000c6cf commit 20043cfCopy full SHA for 20043cf
debian/autobake-deb.sh
@@ -84,10 +84,9 @@ if [[ $GCCVERSION -lt 40800 ]] || [[ $(arch) =~ i[346]86 ]]
84
then
85
sed '/Package: mariadb-plugin-rocksdb/,/^$/d' -i debian/control
86
fi
87
-if [[ $GCCVERSION -lt 40800 ]]
88
-then
89
- sed '/Package: mariadb-plugin-aws-key-management-10.2/,/^$/d' -i debian/control
90
-fi
+
+# Always remove aws plugin, see -DNOT_FOR_DISTRIBUTION in CMakeLists.txt
+sed '/Package: mariadb-plugin-aws-key-management-10.2/,/^$/d' -i debian/control
91
92
# Don't build cassandra package if thrift is not installed
93
if [[ ! -f /usr/local/include/thrift/Thrift.h && ! -f /usr/include/thrift/Thrift.h ]]
0 commit comments