[llvm] bac4934 - Revert "build_llvm_package.bat: Produce zip files in addition to the installers"

Hans Wennborg via llvm-commits llvm-commits at lists.llvm.org
Mon May 30 04:58:34 PDT 2022


Author: Hans Wennborg
Date: 2022-05-30T13:55:54+02:00
New Revision: bac4934c84f3ec82e771753f90f6a0e340808ba2

URL: https://github.com/llvm/llvm-project/commit/bac4934c84f3ec82e771753f90f6a0e340808ba2
DIFF: https://github.com/llvm/llvm-project/commit/bac4934c84f3ec82e771753f90f6a0e340808ba2.diff

LOG: Revert "build_llvm_package.bat: Produce zip files in addition to the installers"

The zip files were too large to be practical, so they were never
shipped. Reverting to reduce build time and complexity of the script.

This reverts commit 4486aa03c5f431ba33a1d1ac9991da912e3decd9.

Added: 
    

Modified: 
    llvm/utils/release/build_llvm_package.bat

Removed: 
    


################################################################################
diff  --git a/llvm/utils/release/build_llvm_package.bat b/llvm/utils/release/build_llvm_package.bat
index 5b29eabddde5c..fd138e90500e5 100755
--- a/llvm/utils/release/build_llvm_package.bat
+++ b/llvm/utils/release/build_llvm_package.bat
@@ -11,7 +11,7 @@ REM
 REM   Visual Studio 2019, CMake, Ninja, GNUWin32, SWIG, Python 3,
 REM   NSIS with the strlen_8192 patch,
 REM   Visual Studio 2019 SDK and Nuget (for the clang-format plugin),
-REM   Perl (for the OpenMP run-time), 7Zip.
+REM   Perl (for the OpenMP run-time).
 REM
 REM
 REM   For LLDB, SWIG version <= 3.0.8 needs to be used to work around
@@ -92,14 +92,8 @@ ninja check-lld || ninja check-lld || ninja check-lld || exit /b
 ninja check-sanitizer || ninja check-sanitizer || ninja check-sanitizer || exit /b
 REM ninja check-clang-tools || ninja check-clang-tools || ninja check-clang-tools || exit /b
 ninja package || exit /b
-
-7z x LLVM-%package_version%-win32.exe -orepack
-rmdir /s /q repack\$PLUGINSDIR
-del repack\Uninstall.exe
-7z a LLVM-%package_version%-win32.zip .\repack\* -mx9
 cd ..
 
-
 set "VSCMD_START_DIR=%CD%"
 set PATH=%OLDPATH%
 call "%vsdevcmd%" -arch=amd64
@@ -131,9 +125,4 @@ ninja check-sanitizer || ninja check-sanitizer || ninja check-sanitizer || exit
 ninja check-clang-tools || ninja check-clang-tools || ninja check-clang-tools || exit /b
 ninja check-clangd || ninja check-clangd || ninja check-clangd || exit /b
 ninja package || exit /b
-
-7z x LLVM-%package_version%-win64.exe -orepack
-rmdir /s /q repack\$PLUGINSDIR
-del repack\Uninstall.exe
-7z a LLVM-%package_version%-win64.zip .\repack\* -mx9
 cd ..


        


More information about the llvm-commits mailing list