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
    ... ... @@ -1176,7 +1176,6 @@ debian_x86 =
    1176 1176
       ]
    
    1177 1177
       where
    
    1178 1178
         validate_debian = Debian12
    
    1179
    -
    
    1180 1179
         perfProfilingJob arch sys buildConfig =
    
    1181 1180
             -- Rename the job to avoid conflicts
    
    1182 1181
             rename (<> "-perf")
    
    ... ... @@ -1309,7 +1308,7 @@ cross_jobs = [
    1309 1308
             (validateBuilds AArch64 (Linux Debian12Wine) (winAarch64Config {llvmBootstrap = True}))
    
    1310 1309
       ]
    
    1311 1310
       where
    
    1312
    -    javascriptConfig = (crossConfig "javascript-unknown-ghcjs" (Emulator "js-emulator") (Just "emconfigure"))
    
    1311
    +    javascriptConfig = (crossConfig "javascript-unknown-ghcjs" NoEmulatorNeeded (Just "emconfigure"))
    
    1313 1312
                              { bignumBackend = Native }
    
    1314 1313
     
    
    1315 1314
         makeWinArmJobs = modifyJobs