On Thu, Oct 8, 2020 at 10:51 AM Shayne Fletcher <
shayne.fletcher...@gmail.com> wrote:

>
> Hi Phyx,
>
> On Thu, Oct 8, 2020 at 9:10 AM Phyx <loneti...@gmail.com> wrote:
>
>> > `./configure --enable-tarballs-autodownload` GHC build step on Windows
>> has been failing because repo.msys2.org
>>
>> Afaik GHC doesn't rely ok repo.msys2.org for builds, only for mirroring.
>> The primary url is haskell.org https://downloads.haskell.org/ghc/mingw/
>>
>> So it's down time shouldn't have affected you (and works for me).
>>
>>
> [...]
>
> A procedure to reproduce it would be,
> ```
> cd ghc
> git fetch --tags && git checkout ghc-8.8.1-release
> git submodule update --init --recursive
> stack --stack-yaml hadrian/stack.yaml exec -- bash -c "./configure
> --enable-tarballs-autodownload"
> ```
>

Oops, obviously, there should be a boot in there first.
```
cd ghc
git fetch --tags && git checkout ghc-8.8.1-release
git submodule update --init --recursive
stack --stack-yaml hadrian/stack.yaml exec -- bash -c ./boot
stack --stack-yaml hadrian/stack.yaml exec -- bash -c "./configure
--enable-tarballs-autodownload"
```

-- 
Shayne Fletcher
_______________________________________________
ghc-devs mailing list
ghc-devs@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs

Reply via email to