Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
dev
-
95811fba5 (6.4), 549e2a0bd (tqtc/lts-6.2), 84c76d620 (dev), ec2dd3438 (dev), 7a3e084a4 (6.5), 86c53b6cc (dev)
Description
I see that MySQL is provisioned:
coin/provisioning/qtci-windows-11_21H2-x86_64/90-mysql.ps1
I also see that various environment variables are set:
MYSQL_INCLUDE_x64=C:\Utils\my_sql\mysql-5.7.25-winx64\include MYSQL_INCLUDE_x86=C:\Utils\my_sql\mysql-5.7.25-win32\include MYSQL_LIB_x64=C:\Utils\my_sql\mysql-5.7.25-winx64\lib MYSQL_LIB_x86=C:\Utils\my_sql\mysql-5.7.25-win32\lib
Surprisingly I don't see any of the windows builds picking it up. They all report:
-- Could NOT find MySQL (missing: MySQL_LIBRARY MySQL_INCLUDE_DIR)
Attachments
Issue Links
- relates to
-
QTQAINFRA-5963 A Coin Build should detect when "configure" finishes successfully but important features (e.g. SSL support, SQL support etc) are disabled
- Reported