[Git][ghc/ghc][master] get-win32-tarballs.py: List tarball files to be downloaded if we cannot find them

Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC Commits: aba2a4a5 by Zubin Duggal at 2025-04-30T06:35:59-04:00 get-win32-tarballs.py: List tarball files to be downloaded if we cannot find them Fixes #25929 - - - - - 1 changed file: - m4/fp_setup_windows_toolchain.m4 Changes: ===================================== m4/fp_setup_windows_toolchain.m4 ===================================== @@ -17,12 +17,13 @@ AC_DEFUN([FP_INSTALL_WINDOWS_TOOLCHAIN],[ else action="download" fi - $PYTHON mk/get-win32-tarballs.py $action $mingw_arch > missing-win32-tarballs + $PYTHON mk/get-win32-tarballs.py $action $mingw_arch case $? in 0) rm missing-win32-tarballs ;; 2) + $PYTHON mk/get-win32-tarballs.py list $mingw_arch > missing-win32-tarballs echo echo "Error:" echo "Needed msys2 tarballs are missing. You have a few options to get them," View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/aba2a4a5913a347f7e11623ac3e6f528... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/aba2a4a5913a347f7e11623ac3e6f528... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Marge Bot (@marge-bot)