Skip to content

Commit

Permalink
Increase max-backjumps for cabal configure
Browse files Browse the repository at this point in the history
  • Loading branch information
Ailrun committed May 14, 2021
1 parent d63e1b5 commit 9892dd2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/bench.yml
Expand Up @@ -55,8 +55,10 @@ jobs:
- if: ${{ needs.pre_job.outputs.should_skip != 'true' }}
run: cabal update

# max-backjumps is increased as a temporary solution
# for dependency resolution failure
- if: ${{ needs.pre_job.outputs.should_skip != 'true' }}
run: cabal configure --enable-benchmarks
run: cabal configure --enable-benchmarks --max-backjumps 6000

- if: ${{ needs.pre_job.outputs.should_skip != 'true' }}
name: Build
Expand Down

0 comments on commit 9892dd2

Please sign in to comment.