[PATCH] D74896: build_llvm_package.bat: Produce zip files in addition to the installers

Hans Wennborg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 20 06:59:12 PST 2020


hans marked an inline comment as done.
hans added inline comments.


================
Comment at: llvm/utils/release/build_llvm_package.bat:98
+del repack\Uninstall.exe
+7z a LLVM-%package_version%-win32.zip .\repack\* -mx9
 cd ..
----------------
thakis wrote:
> I'm not familiar with this script, but rather than "create installer, then unpack it, remove some stuff, repack" would it make more sense to have "create archive with just the stuff we want to be in the archive, then unpack that and add files we need for installer" as the overall flow?
> 
> Then you could also use the "7za" executable, which I believe has fewer deps (at least it was easier to use in chromium/win cross builds).
I think there's no easy way to do the "add files we need for installer" step though. The installer is generated with a lot of cmake, so it's easier to do it in this order.


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

https://reviews.llvm.org/D74896





More information about the llvm-commits mailing list