Sven Tennie pushed to branch wip/romes/hadrian-cross-stage2-rebase_SVEN_FINAL at Glasgow Haskell Compiler / GHC Commits: 05e9cd91 by Sven Tennie at 2026-02-16T17:28:31+00:00 Add haddock to `NoEmulatorNeeded TimeoutIncrease` - - - - - 1 changed file: - .gitlab/generate-ci/gen_ci.hs Changes: ===================================== .gitlab/generate-ci/gen_ci.hs ===================================== @@ -144,6 +144,9 @@ data TimeoutIncrease = TimeoutIncrease | NoTimeoutIncrease data CrossEmulator = NoEmulator | NoEmulatorNeeded TimeoutIncrease + -- ^ Some targets (e.g. JavaScript) don't require an explicit emulator + -- managed by the testsuite (a shell script's shebang is used instead), + -- yet tests need more time to execute hence they require an increased timeout. | Emulator String -- | A BuildConfig records all the options which can be modified to affect the View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/05e9cd916300dd129812e94441dccd1e... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/05e9cd916300dd129812e94441dccd1e... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Sven Tennie (@supersven)