<div dir="ltr"><div>Hey Harendra,</div><div><br></div><div>How do you feel about Nix? This simple one-command-away way always worked for me great:</div><div><br></div><div><a href="https://github.com/mpickering/ghc-artefact-nix">https://github.com/mpickering/ghc-artefact-nix</a></div><div><br></div><div>(Modulo a caveat with the newer versions of Nix <a href="https://github.com/mpickering/ghc-artefact-nix/issues/16">https://github.com/mpickering/ghc-artefact-nix/issues/16</a> which is easily fixed by changing the command in README from `nix run` to `nix shell`).</div><div><br></div><div>Interestingly, this Nix expression seems to work okay currently. It uses fedora builds, not deb ones. But when I tried to reconstruct the link it is supposed to use, I also couldn't download anything there:</div><div><br><a href="https://gitlab.haskell.org/ghc/ghc/-/jobs/artifacts/master/raw/ghc-x86_64-fedora33-linux.tar.gz?job=validate-x86_64-linux-fedora33">https://gitlab.haskell.org/ghc/ghc/-/jobs/artifacts/master/raw/ghc-x86_64-fedora33-linux.tar.gz?job=validate-x86_64-linux-fedora33</a></div><div><br></div><div>--</div><div>Best, Artem<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, 31 Jan 2022 at 17:43, Harendra Kumar <<a href="mailto:harendra.kumar@gmail.com">harendra.kumar@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">It seems the latest artifacts download link<br>
(<a href="https://gitlab.haskell.org/ghc/ghc/-/jobs/artifacts/.." rel="noreferrer" target="_blank">https://gitlab.haskell.org/ghc/ghc/-/jobs/artifacts/..</a>.) at GHC<br>
gitlab is not working.<br>
<br>
If this is not the right place to ask this, can someone point me to<br>
the right place?<br>
<br>
-harendra<br>
<br>
On Wed, 26 Jan 2022 at 18:38, Harendra Kumar <<a href="mailto:harendra.kumar@gmail.com" target="_blank">harendra.kumar@gmail.com</a>> wrote:<br>
><br>
> Hi,<br>
><br>
> I am trying to set up a CI for ghc head version. I am not sure what is<br>
> the official supported method to install a nightly/head version of<br>
> GHC. haskell/actions/setup on github seems to support it via ghcup.<br>
> But it almost always fails, I saw it succeeding once till now. It<br>
> tries to download it from the following URL, but fails with 404 not<br>
> found:<br>
><br>
> downloading: <a href="https://gitlab.haskell.org/ghc/ghc/-/jobs/artifacts/master/raw/ghc-x86_64-deb9-linux-integer-simple.tar.xz?job=validate-x86_64-linux-deb9-integer-simple" rel="noreferrer" target="_blank">https://gitlab.haskell.org/ghc/ghc/-/jobs/artifacts/master/raw/ghc-x86_64-deb9-linux-integer-simple.tar.xz?job=validate-x86_64-linux-deb9-integer-simple</a><br>
><br>
> I tried this link in the browser and I get the same error. Is that the<br>
> right way to install it? If not, can someone suggest a reliable way to<br>
> get the head version, other than building it myself?<br>
><br>
> Thanks,<br>
> Harendra<br>
_______________________________________________<br>
ghc-devs mailing list<br>
<a href="mailto:ghc-devs@haskell.org" target="_blank">ghc-devs@haskell.org</a><br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs</a><br>
</blockquote></div>