[Git][ghc/ghc][wip/T25762] gitlab-ci: Run llvm testsuite ways in llvm jobs
Ben Gamari (@bgamari)
gitlab at gitlab.haskell.org
Tue Feb 18 16:56:35 UTC 2025
Ben Gamari pushed to branch wip/T25762 at Glasgow Haskell Compiler / GHC
Commits:
a8594f0a by Ben Gamari at 2025-02-18T11:56:23-05:00
gitlab-ci: Run llvm testsuite ways in llvm jobs
Addresses #25762.
- - - - -
1 changed file:
- .gitlab/generate-ci/gen_ci.hs
Changes:
=====================================
.gitlab/generate-ci/gen_ci.hs
=====================================
@@ -275,7 +275,7 @@ crossConfig triple emulator configure_wrapper =
}
llvm :: BuildConfig
-llvm = vanilla { llvmBootstrap = True }
+llvm = vanilla { llvmBootstrap = True, extraTestsuiteWays = ["llvm", "optllvm"] }
tsan :: BuildConfig
tsan = vanilla { threadSanitiser = True }
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/a8594f0a13f01690dda91013ecf8b5f71d35ab13
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/a8594f0a13f01690dda91013ecf8b5f71d35ab13
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/20250218/ff2d25a1/attachment.html>
More information about the ghc-commits
mailing list