Skip to content

Commit

Permalink
CI: {caching,test,bench}: freeze: allow to fail
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Anton-Latukha committed Dec 23, 2021
1 parent 874d500 commit 0d520c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/bench.yml
Expand Up @@ -75,6 +75,7 @@ jobs:
echo "INDEX_STATE=$INDEX_STATE1" >> $GITHUB_ENV
- name: Form the package list ('cabal.project.freeze')
continue-on-error: true
run: |
cabal v2-freeze
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/caching.yml
Expand Up @@ -126,6 +126,7 @@ jobs:
echo "INDEX_STATE=$INDEX_STATE1" >> $GITHUB_ENV
- name: Form the package list ('cabal.project.freeze')
continue-on-error: true
run: |
cabal v2-freeze
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Expand Up @@ -124,6 +124,7 @@ jobs:
echo "INDEX_STATE=$INDEX_STATE1" >> $GITHUB_ENV
- name: Form the package list ('cabal.project.freeze')
continue-on-error: true
run: |
cabal v2-freeze
Expand Down

0 comments on commit 0d520c6

Please sign in to comment.