We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cbefb7 commit b6d87c5Copy full SHA for b6d87c5
.github/actions/setup-build/action.yml
@@ -63,17 +63,6 @@ runs:
63
fi
64
shell: bash
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
- if: inputs.os == 'Windows' && inputs.ghc == '8.8.4'
78
name: (Windows,GHC 8.8) Modify `cabal.project` to workaround segfaults
79
run: |
0 commit comments