Navigation Menu

Skip to content

Commit

Permalink
travis: (maybe) fix MaraiDB 5.5 build
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 27, 2016
1 parent ccdb2f0 commit 55f404b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tools/travis/before_script.sh
@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright(C) 2012-2015 Kouhei Sutou <kou@clear-code.com>
# Copyright(C) 2012-2016 Kouhei Sutou <kou@clear-code.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
Expand Down Expand Up @@ -57,6 +57,11 @@ else
mysql-5.7.*)
(cd vendor/mysql && sudo debian/rules override_dh_auto_configure)
;;
mariadb-5.5.*)
(cd vendor/mysql && sudo debian/rules configure)
configure_args=("${configure_args[@]}"
"--with-mysql-build=$PWD/vendor/mysql/builddir")
;;
*)
:
;;
Expand Down

0 comments on commit 55f404b

Please sign in to comment.