[PATCH] D127938: Update Windows packaging script.

Carlos Alberto Enciso via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 21 00:37:58 PDT 2022


CarlosAlbertoEnciso added a comment.

What I would suggest is to have the following incremental patches:

  1) Use the existing script but restoring the deleted packaging step.
  2) Refactor the build and test steps into functions.
     Using current directory as output location. No additional command lines.
  3) Add cmdline options to select the build, test and package steps.
  4) Add cmdline options to select output directory, log filename.
  5) Add cmdline options to extend the input branch to include any random branch/sha/tag.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D127938/new/

https://reviews.llvm.org/D127938



More information about the llvm-commits mailing list