File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
.github/actions/setup-build Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change 6363 fi
6464 shell : bash
6565
66- # The default build for haskell-language-server executable is dynamic for linux and macOS
67- # to get a executable which works for Template Haskell
68- # However we continue providing full static executables in releases so we have to disable it
69- # *for all workflows*, including test, flags and release builds
70- # It has to be in cabal.project to include `-dynamic` in the cabal.project.freeze
71- # used to compute the cache key
72- - name : Disable -dynamic
73- run : |
74- echo -e "package haskell-language-server\n flags: -dynamic" >> cabal.project
75- shell : bash
76-
7766 - if : inputs.os == 'Windows' && inputs.ghc == '8.8.4'
7867 name : (Windows,GHC 8.8) Modify `cabal.project` to workaround segfaults
7968 run : |
You can’t perform that action at this time.
0 commit comments