diff options
author | Oleksandr Byelkin <sanja@mariadb.com> | 2019-02-20 17:21:26 +0100 |
---|---|---|
committer | Oleksandr Byelkin <sanja@mariadb.com> | 2019-02-20 17:21:26 +0100 |
commit | a40de1bdeb218d66d5cc737758a4bab1b06f255d (patch) | |
tree | eecc651439aa166287be71f7995f32f2d891beb6 | |
parent | 5296aa8b1211e46bd089d573038082c69c107734 (diff) | |
parent | c8f9b3f915a729ec35c00e92cc534a01271aa6e6 (diff) | |
download | mariadb-git-a40de1bdeb218d66d5cc737758a4bab1b06f255d.tar.gz |
Merge branch 'bb-10.3-release' into 10.3
-rwxr-xr-x | debian/autobake-deb.sh | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/debian/autobake-deb.sh b/debian/autobake-deb.sh index 93d2b695397..5ca59e0305d 100755 --- a/debian/autobake-deb.sh +++ b/debian/autobake-deb.sh @@ -97,33 +97,6 @@ then sed '/Package: mariadb-plugin-rocksdb/,+14d' -i debian/control fi -# AWS SDK requires c++11 -capable compiler. -# Minimal supported versions are g++ 4.8 and clang 3.3. -# AWS SDK also requires the build machine to have network access and git, so -# it cannot be part of the base version included in Linux distros, but a pure -# custom built plugin. -if [[ $GCCVERSION -gt 40800 ]] && [[ ! $TRAVIS ]] && [[ -x "$(command -v git)" ]] && timeout 3s bash -c 'sed -n q </dev/tcp/github.com/22' -then - cat <<EOF >> debian/control - -Package: mariadb-plugin-aws-key-management -Architecture: any -Breaks: mariadb-aws-key-management-10.1, - mariadb-aws-key-management-10.2 -Replaces: mariadb-aws-key-management-10.1, - mariadb-aws-key-management-10.2 -Depends: mariadb-server-10.3, - \${misc:Depends}, - \${shlibs:Depends} -Description: Amazon Web Service Key Management Service Plugin for MariaDB - This encryption key management plugin gives an interface to the Amazon Web - Services Key Management Service for managing encryption keys used for MariaDB - data-at-rest encryption. -EOF - - sed -i -e "/-DPLUGIN_AWS_KEY_MANAGEMENT=NO/d" debian/rules -fi - # Don't build cassandra package if thrift is not installed if [[ ! -f /usr/local/include/thrift/Thrift.h && ! -f /usr/include/thrift/Thrift.h ]] then |