Skip to content

Commit a40de1b

Browse files
committed
Merge branch 'bb-10.3-release' into 10.3
2 parents 5296aa8 + c8f9b3f commit a40de1b

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

debian/autobake-deb.sh

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -97,33 +97,6 @@ then
9797
sed '/Package: mariadb-plugin-rocksdb/,+14d' -i debian/control
9898
fi
9999

100-
# AWS SDK requires c++11 -capable compiler.
101-
# Minimal supported versions are g++ 4.8 and clang 3.3.
102-
# AWS SDK also requires the build machine to have network access and git, so
103-
# it cannot be part of the base version included in Linux distros, but a pure
104-
# custom built plugin.
105-
if [[ $GCCVERSION -gt 40800 ]] && [[ ! $TRAVIS ]] && [[ -x "$(command -v git)" ]] && timeout 3s bash -c 'sed -n q </dev/tcp/github.com/22'
106-
then
107-
cat <<EOF >> debian/control
108-
109-
Package: mariadb-plugin-aws-key-management
110-
Architecture: any
111-
Breaks: mariadb-aws-key-management-10.1,
112-
mariadb-aws-key-management-10.2
113-
Replaces: mariadb-aws-key-management-10.1,
114-
mariadb-aws-key-management-10.2
115-
Depends: mariadb-server-10.3,
116-
\${misc:Depends},
117-
\${shlibs:Depends}
118-
Description: Amazon Web Service Key Management Service Plugin for MariaDB
119-
This encryption key management plugin gives an interface to the Amazon Web
120-
Services Key Management Service for managing encryption keys used for MariaDB
121-
data-at-rest encryption.
122-
EOF
123-
124-
sed -i -e "/-DPLUGIN_AWS_KEY_MANAGEMENT=NO/d" debian/rules
125-
fi
126-
127100
# Don't build cassandra package if thrift is not installed
128101
if [[ ! -f /usr/local/include/thrift/Thrift.h && ! -f /usr/include/thrift/Thrift.h ]]
129102
then

0 commit comments

Comments
 (0)