Skip to content

Commit 0d520c6

Browse files
committed
CI: {caching,test,bench}: freeze: allow to fail
Before we not had this at all. Now - most cases would use it. But for example, all HLS subprojects can not solve single version of deps for GHC 9.0 at once.
1 parent 874d500 commit 0d520c6

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/bench.yml

+1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ jobs:
7575
echo "INDEX_STATE=$INDEX_STATE1" >> $GITHUB_ENV
7676
7777
- name: Form the package list ('cabal.project.freeze')
78+
continue-on-error: true
7879
run: |
7980
cabal v2-freeze
8081

.github/workflows/caching.yml

+1
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ jobs:
126126
echo "INDEX_STATE=$INDEX_STATE1" >> $GITHUB_ENV
127127
128128
- name: Form the package list ('cabal.project.freeze')
129+
continue-on-error: true
129130
run: |
130131
cabal v2-freeze
131132

.github/workflows/test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ jobs:
124124
echo "INDEX_STATE=$INDEX_STATE1" >> $GITHUB_ENV
125125
126126
- name: Form the package list ('cabal.project.freeze')
127+
continue-on-error: true
127128
run: |
128129
cabal v2-freeze
129130

0 commit comments

Comments
 (0)