Skip to content

Commit

Permalink
travis fix: don't build server in source directory
Browse files Browse the repository at this point in the history
  • Loading branch information
9EOR9 committed Apr 22, 2022
1 parent 5e354f1 commit 4436685
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ if [ -n "$server_branch" ] ; then
git clone -b ${server_branch} https://github.com/mariadb/server ../workdir-server

cd ../workdir-server
mkdir bld
cd bld
export SERVER_DIR=$PWD

# don't pull in submodules. We want the latest C/C as libmariadb
Expand All @@ -41,7 +43,6 @@ if [ -n "$server_branch" ] ; then
cd $SERVER_DIR/bld
make -j9


cd mysql-test/
./mysql-test-run.pl --suite=main ${TEST_OPTION} --parallel=auto --skip-test=session_tracker_last_gtid

Expand Down

0 comments on commit 4436685

Please sign in to comment.