Sven Tennie pushed to branch wip/romes/hadrian-cross-stage2-rebase_SVEN_FINAL at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • .gitlab/generate-ci/gen_ci.hs
    ... ... @@ -144,6 +144,9 @@ data TimeoutIncrease = TimeoutIncrease | NoTimeoutIncrease
    144 144
     data CrossEmulator
    
    145 145
       = NoEmulator
    
    146 146
       | NoEmulatorNeeded TimeoutIncrease
    
    147
    +      -- ^ Some targets (e.g. JavaScript) don't require an explicit emulator
    
    148
    +      -- managed by the testsuite (a shell script's shebang is used instead),
    
    149
    +      -- yet tests need more time to execute hence they require an increased timeout.
    
    147 150
       | Emulator String
    
    148 151
     
    
    149 152
     -- | A BuildConfig records all the options which can be modified to affect the