Skip to content

Commit

Permalink
More verbose output for the Wix linker (light.exe)
Browse files Browse the repository at this point in the history
This is an attempt to workaround buildbot
"1200 seconds without output, killing process"
  • Loading branch information
vaintroub committed Feb 8, 2017
1 parent 3c411e3 commit bae2fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion win/packaging/create_msi.cmake.in
Expand Up @@ -425,7 +425,7 @@ EXECUTE_PROCESS(
)

EXECUTE_PROCESS(
COMMAND ${LIGHT_EXECUTABLE} -ext WixUIExtension -ext WixUtilExtension
COMMAND ${LIGHT_EXECUTABLE} -v -ext WixUIExtension -ext WixUtilExtension
-ext WixFirewallExtension -sice:ICE61
mysql_server.wixobj extra.wixobj -out ${CPACK_PACKAGE_FILE_NAME}.msi
${EXTRA_LIGHT_ARGS}
Expand Down

0 comments on commit bae2fc1

Please sign in to comment.