Skip to content

Commit 3366cad

Browse files
Try explicit project-file argument in regression ci
1 parent 031520a commit 3366cad

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
@@ -20,7 +20,7 @@ on:
2020
# Removed Data.Fold.Prelude - was failing for some reason (memory issue?)
2121
jobs:
2222
build:
23-
name: "Comparison: master vs PR (ubuntu-latest ghc-9.10.3)"
23+
name: "Comparison: master vs PR (ubuntu-latest ghc-9.14.1)"
2424
env:
2525
GHCVER: 9.14.1
2626
GHCUP_VERSION: 0.1.50.2
@@ -141,7 +141,7 @@ jobs:
141141
- name: Run benchmarks for "master" branch
142142
run: |
143143
# --cabal-build-options \"-j1\"
144-
./bench-runner --package-name streamly-benchmarks --package-version 0.0.0 --targets "$CI_BENCHMARKS" --raw
144+
./bench-runner --package-name streamly-benchmarks --package-version 0.0.0 --cabal-build-options \"--project-file cabal.project\" --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.
147147
# ghc-pkg --package-db=./dist-newstyle/packagedb/ghc-9.10.3/ field streamly depends
@@ -159,7 +159,7 @@ jobs:
159159
- name: Run benchmarks and append
160160
run: |
161161
# --cabal-build-options \"-j1\"
162-
./bench-runner --package-name streamly-benchmarks --package-version 0.0.0 --targets "$CI_BENCHMARKS" --raw --append
162+
./bench-runner --package-name streamly-benchmarks --package-version 0.0.0 --cabal-build-options \"--project-file cabal.project\" --targets "$CI_BENCHMARKS" --raw --append
163163
164164
# -----------------------------------------------------------------
165165
# -- Compare

0 commit comments

Comments
 (0)