Skip to content

Commit 8785fc3

Browse files
BodigrimLysxia
authored andcommitted
Fix OpenBSD CI failure
1 parent 626af39 commit 8785fc3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.cirrus.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ task:
2020
script:
2121
- export CABAL_DIR=/tmp/.cabal
2222
- cabal update
23-
- cabal test --test-show-details=direct
23+
# For some reason the job fails with -O2 optimization level,
24+
# probably because of lack of disk space.
25+
- cabal test --test-show-details=direct --ghc-options='-O1'
2426

2527
task:
2628
name: NetBSD

0 commit comments

Comments
 (0)