Re: Hadrian problem

2022-07-12 Thread Douglas Wilson
DHi Simon, It seems that GHC is "helpfully" adding flags to your invocation see https://ghc.gitlab.haskell.org/ghc/doc/users_guide/packages.html#package-environments You can see exactly what is being added by inspecting the environment file /home/simonpj/.ghc/x86_64-linux-9.5.20220628/environment

Re: Hadrian problem

2022-07-12 Thread Sylvain Henry
Hi Simon, Matt should have fixed it with https://gitlab.haskell.org/ghc/ghc/-/merge_requests/8556 Sylvain On 12/07/2022 14:24, Simon Peyton Jones wrote: I'm in a GHC tree, built with Hadrian, I'm getting this red problem.  But compilation has got way past compiling base. why is it looking

Hadrian problem

2022-07-12 Thread Simon Peyton Jones
I'm in a GHC tree, built with Hadrian, I'm getting this red problem. But compilation has got way past compiling base. why is it looking in my .ghc/... directory? It should be looking in my build tree. Simon bash$ ~/code/HEAD-1/_build/ghc-stage1 -c Foo.hs Loaded package environment from /home/

Re: Tracking intermittently failing CI jobs

2022-07-12 Thread Bryan Richter via ghc-devs
Hello again, Thanks to everyone who pointed out spurious failures over the last few weeks. Here's the current state of affairs and some discussion on next steps. * * *Dashboard *** I made a dashboard for tracking spurious failures: https://grafana.gitlab.haskell.org/d/167r9v6nk/ci-spurious