-
Notifications
You must be signed in to change notification settings - Fork 566
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cronbuild broken due to doxygen error #7013
Comments
This is blocking the weekly cronbuild (any platform failure stops the entire release). |
This is due to a build failure in drmemory.
With that snippet deleted the build failure output changes from
to
By removing DOT_TRANSPARENT from Doxyfile.in the build completes. And obviously we need to revisit the regex that removes "has become obsolete" text sent to stderr. |
This is like due to the fix for #7007 which in PR #7010 put in a newer doxygen version -- which means this is not just a Windows issue as it will affect the newer version on any platform.
The text was updated successfully, but these errors were encountered: