We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80ff33d commit d1b75d4Copy full SHA for d1b75d4
.cirrus.yml
@@ -16,8 +16,8 @@ task:
16
# What to build
17
# ------------------------------------------------------------------------
18
# DISABLE_TEST: "y"
19
- # DISABLE_BENCH: "y"
20
- # DISABLE_DOCS: "y"
+ DISABLE_BENCH: "y"
+ DISABLE_DOCS: "y"
21
DISABLE_SDIST_BUILD: "y"
22
# DISABLE_SDIST_GIT_CHECK: "y"
23
DISABLE_DIST_CHECKS: "y"
@@ -56,7 +56,7 @@ task:
56
# If you have not committed packcheck.sh in your repo at PACKCHECK
57
# then it is automatically pulled from this URL.
58
PACKCHECK_GITHUB_URL: "https://raw.githubusercontent.com/composewell/packcheck"
59
- PACKCHECK_GITHUB_COMMIT: "6ee4502650b49cbbdb583fc7a55731738c9303df"
+ PACKCHECK_GITHUB_COMMIT: "b3743510c7c26f83254ffd9ef91bcd71560cff05"
60
61
cabal_cache:
62
folder: ~/.cabal
0 commit comments