You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
perf(ruby): make merged instruction appendix a direct target (#873)
Currently, producing the "merged instruction" .adoc file also builds the
dependent PDF file. This can take some time.
Since updating the "golden" reference instruction appendix .adoc file
only requires building a new .adoc file, and this operation is
relatively common, make that its own target. This builds much faster.
Also, remove references to the "ASSEMBLY" variable, support for which
was removed in #867.
0 commit comments