clash-lang / clash-compiler

Haskell to VHDL/Verilog/SystemVerilog compiler
https://clash-lang.org/
Other
1.4k stars 149 forks source link

Enable mmap crash workaround more widely #2566

Closed leonschoorl closed 11 months ago

leonschoorl commented 11 months ago

Lately we seem to be triggering the mmap bug a lot easier and/or on more GHC versions.

For example in last nightly on master

This PR enable the workaround for all jobs with GHC < 9.2.8 and additionally updates all CI images to the latest GHC minor versions. (Including 9.2.8 which should have fixed this issue)

Still TODO: