Skip to content
Snippets Groups Projects
Verified Commit dd72f1ee authored by Julian Ospald's avatar Julian Ospald :tea:
Browse files

Enable internal downloader for Linux 64 bit release

parent f46c8bdd
No related branches found
No related tags found
1 merge request!25Draft: Use http-client-openssl for internal downloader
Pipeline #22362 failed
......@@ -19,7 +19,7 @@ if [ "${OS}" = "LINUX" ] ; then
if [ "${BIT}" = "32" ] ; then
ecabal build -w ghc-${GHC_VERSION} --ghc-options='-split-sections -optl-static' -ftui -ftar
else
ecabal build -w ghc-${GHC_VERSION} --ghc-options='-split-sections -optl-static' -ftui
ecabal build -w ghc-${GHC_VERSION} --ghc-options='-split-sections -optl-static' -ftui -finternal-downloader
fi
elif [ "${OS}" = "FREEBSD" ] ; then
ecabal build -w ghc-${GHC_VERSION} --ghc-options='-split-sections' --constraint="zlib static" -ftui
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment