Skip to content

Commit 01c211e

Browse files
Use allow-newer to build bench-report with 9.14
1 parent 6a18c86 commit 01c211e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/regression-check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
127127
- name: Install bench-runner from PR branch
128128
run: |
129-
cabal install bench-runner --project-file=cabal.project.report --installdir=./
129+
cabal install bench-runner --project-file=cabal.project.report --installdir=./ --allow-newer
130130
131131
# -----------------------------------------------------------------
132132
# -- Generate reports for the base branch and upload
@@ -140,7 +140,7 @@ jobs:
140140

141141
- name: Run benchmarks for "master" branch
142142
run: |
143-
# CABAL_BUILD_OPTIONS="--cabal-build-options \"-j1\""
143+
# --cabal-build-options \"-j1\"
144144
./bench-runner --package-name streamly-benchmarks --package-version 0.0.0 --targets "$CI_BENCHMARKS" --raw
145145
# XXX Print dependencies of streamly-core and streamly for comparison
146146
# in case there is a regression due to version changes.
@@ -158,7 +158,7 @@ jobs:
158158

159159
- name: Run benchmarks and append
160160
run: |
161-
# CABAL_BUILD_OPTIONS="--cabal-build-options \"-j1\""
161+
# --cabal-build-options \"-j1\"
162162
./bench-runner --package-name streamly-benchmarks --package-version 0.0.0 --targets "$CI_BENCHMARKS" --raw --append
163163
164164
# -----------------------------------------------------------------

0 commit comments

Comments
 (0)