[Git][ghc/ghc][wip/freebsd] gitlab-ci: Use system libffi
Ben Gamari (@bgamari)
gitlab at gitlab.haskell.org
Tue Nov 19 02:06:34 UTC 2024
Ben Gamari pushed to branch wip/freebsd at Glasgow Haskell Compiler / GHC
Commits:
3b79cd0b by Ben Gamari at 2024-11-18T21:06:20-05:00
gitlab-ci: Use system libffi
- - - - -
1 changed file:
- .gitlab/generate-ci/gen_ci.hs
Changes:
=====================================
.gitlab/generate-ci/gen_ci.hs
=====================================
@@ -421,7 +421,9 @@ opsysVariables _ FreeBSD14 = mconcat
-- to use the "native" iconv embedded in libc as suggested by the
-- porting guide [1].
-- [1] https://www.freebsd.org/doc/en/books/porters-handbook/using-iconv.html)
- "CONFIGURE_ARGS" =: "--with-gmp-includes=/usr/local/include --with-gmp-libraries=/usr/local/lib --with-iconv-includes=/usr/local/include --with-iconv-libraries=/usr/local/lib"
+ "CONFIGURE_ARGS" =: "--with-iconv-includes=/usr/local/include --with-iconv-libraries=/usr/local/lib"
+ , "CONFIGURE_ARGS" =: "--with-system-libffi --with-ffi-includes=/usr/local/include --with-ffi-libraries=/usr/local/lib"
+ , "CONFIGURE_ARGS" =: "--with-gmp-includes=/usr/local/include --with-gmp-libraries=/usr/local/lib"
, "GHC_VERSION" =: "9.6.4"
, "CABAL_INSTALL_VERSION" =: "3.10.3.0"
]
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/3b79cd0bb4de55b3e88679913c28b9513a3c4e9a
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/3b79cd0bb4de55b3e88679913c28b9513a3c4e9a
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/20241118/e65017a6/attachment.html>
More information about the ghc-commits
mailing list