[Git][ghc/ghc][master] gitlab-ci: Drop libiserv from upload_ghc_libs
Marge Bot (@marge-bot)
gitlab at gitlab.haskell.org
Thu Sep 21 16:58:11 UTC 2023
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
b35fd2cd by Ben Gamari at 2023-09-21T12:57:39-04:00
gitlab-ci: Drop libiserv from upload_ghc_libs
libiserv has been merged into the ghci package.
- - - - -
1 changed file:
- .gitlab/rel_eng/upload_ghc_libs.py
Changes:
=====================================
.gitlab/rel_eng/upload_ghc_libs.py
=====================================
@@ -101,7 +101,6 @@ PACKAGES = {
Package('ghc-boot', Path("libraries/ghc-boot"), prep_ghc_boot),
Package('ghc-boot-th', Path("libraries/ghc-boot-th"), no_prep),
Package('ghc-compact', Path("libraries/ghc-compact"), no_prep),
- Package('libiserv', Path("libraries/libiserv"), no_prep),
Package('ghc', Path("compiler"), prep_ghc),
]
}
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b35fd2cd7a12f3354a7fd2301bdf610c5d435017
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b35fd2cd7a12f3354a7fd2301bdf610c5d435017
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/20230921/6f4642ec/attachment.html>
More information about the ghc-commits
mailing list