Skip to content
Snippets Groups Projects
Commit b9fb1ac4 authored by Ben Gamari's avatar Ben Gamari
Browse files

Backport get-win32-tarballs configure changes

parent 06ee06fb
No related branches found
No related tags found
2 merge requests!4786Draft: backtrace dump for all capability armed threads on SIGQUIT (superseded by !4787),!2917Backport CI rework
Pipeline #16908 failed
......@@ -347,7 +347,7 @@ set_up_tarballs() {
else
action="download"
fi
mk/get-win32-tarballs.sh $action $HostArch > missing-win32-tarballs
$PYTHON mk/get-win32-tarballs.py $action $mingw_arch > missing-win32-tarballs
case $? in
0)
rm missing-win32-tarballs
......@@ -359,7 +359,7 @@ set_up_tarballs() {
echo
echo " * run configure with the --enable-tarballs-autodownload option"
echo
echo " * run mk/get-win32-tarballs.sh download ${HostArch}"
echo " * run mk/get-win32-tarballs.py download $mingw_arch"
echo
echo " * manually download the files listed in ./missing-win32-tarballs and place"
echo " them in the ghc-tarballs directory."
......
......@@ -8,7 +8,6 @@ import argparse
TARBALL_VERSION = '0.1'
BASE_URL = "https://downloads.haskell.org/ghc/mingw/{}".format(TARBALL_VERSION)
BASE_URL = "http://home.smart-cactus.org/~ben/ghc/mingw/{}".format(TARBALL_VERSION)
DEST = Path('ghc-tarballs/mingw-w64')
ARCHS = ['i686', 'x86_64', 'sources']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment