summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorOtto Kekäläinen <otto@mariadb.org>2018-06-29 15:11:38 +0300
committerOtto Kekäläinen <otto@mariadb.org>2018-06-30 00:34:07 +0300
commit5ef4870bb3142777446c9fee4ddefcaada8f45f8 (patch)
treeabcbb40b6862f850830d9e64353e716ef6582c1b /debian/rules
parentd6b26a8924045023e9e2d12c7657034688fd4071 (diff)
downloadmariadb-git-5ef4870bb3142777446c9fee4ddefcaada8f45f8.tar.gz
Travis-CI: Ensure AWS key management plugin is not built nor packaged
Building this plugin which requires run-time access to network, uses a lot of disk space and is slow was already partially disabled. This way we also ensure that on cmake level it never runs even if it out of some autodetection reason at times thought it could run. This fixes the error message: fatal: unable to access 'https://github.com/awslabs/aws-sdk-cpp.git/': Problem with the SSL CA cert (path? access rights?)
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index ceb2171a289..b3f88189d29 100755
--- a/debian/rules
+++ b/debian/rules
@@ -88,6 +88,7 @@ endif
-DINSTALL_LIBDIR=lib/$(DEB_HOST_MULTIARCH) \
-DINSTALL_PLUGINDIR=lib/mysql/plugin \
-DINSTALL_MYSQLTESTDIR=share/mysql/mysql-test \
+ -DPLUGIN_AWS_KEY_MANAGEMENT=NO \
-DDEB=$(DEB_VENDOR) ..'
# This is needed, otherwise 'make test' will run before binaries have been built