Skip to content

Commit

Permalink
Merge branch 'master' into ekg
Browse files Browse the repository at this point in the history
  • Loading branch information
pepeiborra authored May 6, 2022
2 parents f5ce823 + b6d87c5 commit 2db4266
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/actions/setup-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,6 @@ runs:
fi
shell: bash

# The default build for haskell-language-server executable is dynamic for linux and macOS
# to get a executable which works for Template Haskell
# However we continue providing full static executables in releases so we have to disable it
# *for all workflows*, including test, flags and release builds
# It has to be in cabal.project to include `-dynamic` in the cabal.project.freeze
# used to compute the cache key
- name: Disable -dynamic
run: |
echo -e "package haskell-language-server\n flags: -dynamic" >> cabal.project
shell: bash

- if: inputs.os == 'Windows' && inputs.ghc == '8.8.4'
name: (Windows,GHC 8.8) Modify `cabal.project` to workaround segfaults
run: |
Expand Down

0 comments on commit 2db4266

Please sign in to comment.