Skip to content

Commit b6d87c5

Browse files
authored
no longer disable -dynamic builds (#2885)
1 parent 8cbefb7 commit b6d87c5

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/actions/setup-build/action.yml

-11
Original file line numberDiff line numberDiff line change
@@ -63,17 +63,6 @@ runs:
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: |

0 commit comments

Comments
 (0)