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 b952904 commit 3cd436aCopy full SHA for 3cd436a
.travis.yml
@@ -474,7 +474,9 @@ before_script:
474
export DBD_MARIADB_CONFIG="skip" ;
475
fi ;
476
elif [ -n "$DB" ]; then
477
- export DBD_MARIADB_CONFIG="$SANDBOX_HOME/msb/my sql_config" ;
+ printf '#!/bin/sh\nexec %s/msb/my sql_config "$@"\n' $SANDBOX_HOME > "$HOME/mysql_config" ;
478
+ chmod +x $HOME/mysql_config ;
479
+ export DBD_MARIADB_CONFIG="$HOME/mysql_config" ;
480
elif [ "$MYSQL_CONFIG" = "PIC" ]; then
481
sed 's/-L\$pkglibdir *-lmysqld/-L\/usr\/lib\/mysql -lmysqld_pic /' `which mysql_config_pic` > "$HOME/mysql_config_pic" ;
482
chmod +x $HOME/mysql_config_pic ;
0 commit comments