Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[hls-graph] clean up databaseDirtySet #2294

Merged
merged 5 commits into from
Oct 26, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 9 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,15 @@ jobs:
sed -i.bak -e 's/Paths_haskell_language_server/Paths_hls/g' \
src/**/*.hs exe/*.hs

# this is only safe if the test environment is isolated
- name: setup ide cache
run: |
export XDG_CACHE_HOME=$RUNNER_TEMP/cache
rm -rf ~/.cache/ghcide
rm -rf ~/.cache/hie-bios
rm -rf $XDG_CACHE_HOME/ghcide
pepeiborra marked this conversation as resolved.
Show resolved Hide resolved
rm -rf $XDG_CACHE_HOME/hie-bios

- if: ${{ needs.pre_job.outputs.should_skip != 'true' }}
name: Build
# Retry it three times to workaround compiler segfaults in windows
Expand Down