[GHC] #16268: Potential race condition in Hadrian?
GHC
ghc-devs at haskell.org
Fri Feb 1 17:24:42 UTC 2019
#16268: Potential race condition in Hadrian?
-------------------------------------+-------------------------------------
Reporter: mpickering | Owner: (none)
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 8.6.3
Keywords: | Operating System: Unknown/Multiple
Architecture: | Type of failure: None/Unknown
Unknown/Multiple |
Test Case: | Blocked By:
Blocking: | Related Tickets:
Differential Rev(s): | Wiki Page:
-------------------------------------+-------------------------------------
It seems that sometimes CI jobs fail because of a race condition in
Hadrian.
https://gitlab.haskell.org/ghc/ghc/-/jobs/20254
Here, array finishes before `deepseq` starts to be built but the configure
step for `deepseq` fails to find the library.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/16268>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list