[Git][ghc/ghc][wip/test-primops] ci: Fix job metadata generation

Matthew Pickering (@mpickering) gitlab at gitlab.haskell.org
Sun Aug 6 09:04:17 UTC 2023



Matthew Pickering pushed to branch wip/test-primops at Glasgow Haskell Compiler / GHC


Commits:
523a25a2 by Matthew Pickering at 2023-08-06T10:03:55+01:00
ci: Fix job metadata generation

- - - - -


1 changed file:

- .gitlab/generate-ci/gen_ci.hs


Changes:

=====================================
.gitlab/generate-ci/gen_ci.hs
=====================================
@@ -1061,7 +1061,7 @@ platform_mapping = Map.map go combined_result
                 , "release-x86_64-linux-deb10-release"
                 , "release-x86_64-linux-deb11-release"
                 , "release-x86_64-linux-fedora33-release"
-                , "release-x86_64-windows-release+no_split_sections"
+                , "release-x86_64-windows-release"
                 ]
 
     process sel = Map.fromListWith combine [ (uncurry mkPlatform (jobPlatform (jobInfo $ j)), j) | (sel -> Just j) <- job_groups  ]



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/523a25a2d62d8c29589470efbddafc13de27f631

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/523a25a2d62d8c29589470efbddafc13de27f631
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20230806/e0e4f25c/attachment-0001.html>


More information about the ghc-commits mailing list