Skip to content

Commit

Permalink
disable dman to workaround Issue 17731
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinNowak committed Aug 8, 2017
1 parent 500302c commit ef720ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion create_dmd_release/create_dmd_release.d
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,8 @@ void buildAll(Bits bits, string branch, bool dmdOnly=false)
run(makecmd~" rdmd");
run(makecmd~" ddemangle");
run(makecmd~" dustmite");
if (!skipDocs) run(makecmd~" dman DOC="~origDir~"/docs");
// disabled dman due to https://issues.dlang.org/show_bug.cgi?id=17731
// if (!skipDocs) run(makecmd~" dman DOC="~origDir~"/docs");

removeFiles(cloneDir~"/tools", "*.{"~obj~"}", SpanMode.depth);

Expand Down

0 comments on commit ef720ed

Please sign in to comment.