Skip to content

Commit 9b4936d

Browse files
committed
Increase max-backjumps for cabal configure
1 parent d63e1b5 commit 9b4936d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: .github/workflows/bench.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,10 @@ jobs:
5555
- if: ${{ needs.pre_job.outputs.should_skip != 'true' }}
5656
run: cabal update
5757

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

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

0 commit comments

Comments
 (0)