Skip to content

Commit b52171f

Browse files
committed
Added special setting for mysql/mariadb.
1 parent 8045db3 commit b52171f

File tree

1 file changed

+3
-0
lines changed
  • examples/sortcheckxx/hooks

1 file changed

+3
-0
lines changed

examples/sortcheckxx/hooks/env

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ echo 'export SORTCHECK_SYSLOG=1'
33
echo 'export PATH=/pbuilder-shared/sortcheckxx/scripts:$PATH'
44
echo 'export SORTCHECK_CHECKS=0xfffe'
55
echo 'export SORTCHECK_OUTPUT=/pbuilder-shared/output/sortcheck.log'
6+
7+
# Spefically for mariadb and mysql
8+
echo 'export MYSQL_BUILD_PATH=/pbuilder-shared/sortcheckxx/scripts:/usr/local/bin:/bin:/usr/bin'

0 commit comments

Comments
 (0)