This is an archive of the discontinued LLVM Phabricator instance.

workflows/release-tasks: Fix missing suffix on doxygen tarballs
ClosedPublic

Authored by tstellar on Mar 13 2023, 3:35 PM.

Diff Detail

Event Timeline

tstellar created this revision.Mar 13 2023, 3:35 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 13 2023, 3:35 PM
tstellar requested review of this revision.Mar 13 2023, 3:35 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 13 2023, 3:35 PM
dim added a subscriber: dim.Mar 13 2023, 4:05 PM

Is the -srcdir option no longer needed?

Is the -srcdir option no longer needed?

Yes, the -release option will download the tarball from github and build the docs from that instead of the current checkout (which is what -srcdir does).

thieta accepted this revision.Mar 24 2023, 2:08 PM
This revision is now accepted and ready to land.Mar 24 2023, 2:08 PM
This revision was landed with ongoing or failed builds.Mar 27 2023, 11:29 PM
This revision was automatically updated to reflect the committed changes.