Skip to content

Commit 94de63a

Browse files
committed
Investigate OpenBSD CI failure
1 parent e89c8ce commit 94de63a

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.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

text.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ source-repository head
268268
test-suite tests
269269
type: exitcode-stdio-1.0
270270
ghc-options:
271-
-Wall -threaded -rtsopts -with-rtsopts=-N
271+
-Wall -threaded
272272

273273
hs-source-dirs: tests
274274
main-is: Tests.hs

0 commit comments

Comments
 (0)