Skip to content

Commit 70f63de

Browse files
palichoroba
authored andcommitted
Use DBD_MARIADB_REQUIREEMBSUP=1 on Github Actions CI for client-version=system-pic parametrization
This ensures that the Makefile.PL will correctly use libmysqld library with embedded server support for compiling DBD-MariaDB. If the libmysqld library cannot be used then the Makefile.PL will return an error and build fails.
1 parent 66a97ae commit 70f63de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -498,6 +498,7 @@ jobs:
498498
export DBD_MARIADB_CONFIG="$HOME/mysql_config"
499499
elif [ "${{ matrix.client-version }}" = "system-pic" ]; then
500500
export DBD_MARIADB_CONFIG="$HOME/mysql_config_pic"
501+
export DBD_MARIADB_REQUIREEMBSUP=1
501502
fi
502503
make realclean || true
503504
perl Makefile.PL

0 commit comments

Comments
 (0)