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 63
63
fi
64
64
shell : bash
65
65
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
-
77
66
- if : inputs.os == 'Windows' && inputs.ghc == '8.8.4'
78
67
name : (Windows,GHC 8.8) Modify `cabal.project` to workaround segfaults
79
68
run : |
You can’t perform that action at this time.
0 commit comments