Skip to content

Commit 68b2d87

Browse files
authored
Fix ghc-8.8.4 CI and benchmark regression CI (#2412)
1 parent 01fa8dd commit 68b2d87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/regression-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
GHCUP_VER=0.1.18.0
6161
curl -sL -o ./ghcup https://downloads.haskell.org/~ghcup/$GHCUP_VER/x86_64-linux-ghcup-$GHCUP_VER
6262
chmod +x ./ghcup
63-
GHCVER=8.10.7
63+
GHCVER=9.2.7
6464
./ghcup install ghc $GHCVER
6565
./ghcup set ghc $GHCVER
6666
cabal update

benchmark/streamly-benchmarks.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ benchmark Data.Parser
401401
if flag(dev)
402402
ghc-options: +RTS -M3000M -RTS
403403
else
404-
ghc-options: +RTS -M1000M -RTS
404+
ghc-options: +RTS -M2000M -RTS
405405

406406
benchmark Data.Parser.ParserK
407407
import: bench-options

0 commit comments

Comments
 (0)