We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fb5d91 commit 8b9ddc6Copy full SHA for 8b9ddc6
Dockerfile
@@ -116,7 +116,9 @@ RUN \
116
set -o errexit -o xtrace; \
117
if test -n "$HLS_VERSION"; then \
118
if echo "$HLS_VERSION" | grep --extended-regexp --quiet '^[0-9a-f]{40}$'; then \
119
- ghcup compile hls --cabal-update --ghc "$GHC_VERSION" --git-describe-version --git-ref "$HLS_VERSION" --verbose -- --ghc-options='+RTS -M2G -RTS'; \
+ GHCRTS=-M2G; \
120
+ export GHCRTS; \
121
+ ghcup compile hls --cabal-update --ghc "$GHC_VERSION" --git-describe-version --git-ref "$HLS_VERSION" --verbose; \
122
else \
123
ghcup install hls "$HLS_VERSION" --set; \
124
fi; \
0 commit comments