[Git][ghc/ghc][master] 2 commits: Bump max LLVM version to 19 (not inclusive)
Marge Bot (@marge-bot)
gitlab at gitlab.haskell.org
Sat Jun 1 13:36:27 UTC 2024
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
ae170155 by Olivier Benz at 2024-06-01T09:35:17-04:00
Bump max LLVM version to 19 (not inclusive)
- - - - -
92aa65ea by Matthew Pickering at 2024-06-01T09:35:17-04:00
ci: Update CI images to test LLVM 18
The debian12 image in this commit has llvm 18 installed.
- - - - -
2 changed files:
- .gitlab-ci.yml
- configure.ac
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -2,7 +2,7 @@ variables:
GIT_SSL_NO_VERIFY: "1"
# Commit of ghc/ci-images repository from which to pull Docker images
- DOCKER_REV: dbbc0f6f5b73930ead052ca8161e969f1755eed7
+ DOCKER_REV: 2e2497036a91104be281a0eb24b37889aaf98341
# Sequential version number of all cached things.
# Bump to invalidate GitLab CI cache.
=====================================
configure.ac
=====================================
@@ -499,7 +499,7 @@ AC_SUBST(InstallNameToolCmd)
# versions of LLVM simultaneously, but that stopped working around
# 3.5/3.6 release of LLVM.
LlvmMinVersion=13 # inclusive
-LlvmMaxVersion=16 # not inclusive
+LlvmMaxVersion=19 # not inclusive
AC_SUBST([LlvmMinVersion])
AC_SUBST([LlvmMaxVersion])
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/e0aa42b9eacd6c8ee4f25737306808abcbbea640...92aa65eab4111dc082e7b1c107f2727890dd60c1
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/e0aa42b9eacd6c8ee4f25737306808abcbbea640...92aa65eab4111dc082e7b1c107f2727890dd60c1
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/20240601/da0980e4/attachment.html>
More information about the ghc-commits
mailing list