Any ways to test a GHC build against large set of packages (including test suites)?

Ömer Sinan Ağacan omeragacan at gmail.com
Tue Aug 7 20:28:00 UTC 2018


Thanks for both suggestions. I'll try both and see which one works better.

Ömer

Manuel M T Chakravarty <chak at justtesting.org>, 7 Ağu 2018 Sal, 18:15
tarihinde şunu yazdı:
>
> Hi Ömer,
>
> This is exactly the motivation for the Stackage HEAD works that we have pushed at Tweag I/O in the context of the GHC DevOps group. Have a look at
>
>   https://github.com/tweag/stackage-head
>
> and also the blog post from when the first version went live:
>
>   https://www.tweag.io/posts/2018-04-17-stackage-head-is-live.html
>
> Cheers,
> Manuel
>
> > Am 06.08.2018 um 09:40 schrieb Ömer Sinan Ağacan <omeragacan at gmail.com>:
> >
> > Hi,
> >
> > I'd like to test some GHC builds + some compile and runtime flag combinations
> > against a large set of packages by building them and running test suites. For
> > this I need
> >
> > - A set of packages that are known to work with latest GHC
> > - A way to build them and run their test suites (if I could specify compile and
> >  runtime flags that'd be even better)
> >
> > I think stackage can serve as (1) but I don't know how to do (2). Can anyone
> > point me to the right direction? I vaguely remember some nix-based solution for
> > this that was being discussed on the IRC channel, but can't recall any details.
> >
> > Thanks,
> >
> > Ömer
> > _______________________________________________
> > ghc-devs mailing list
> > ghc-devs at haskell.org
> > http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs
>


More information about the ghc-devs mailing list