Skip to content

Commit d1b75d4

Browse files
Disable bench and docs in cirrus CI
1 parent 80ff33d commit d1b75d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.cirrus.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ task:
1616
# What to build
1717
# ------------------------------------------------------------------------
1818
# DISABLE_TEST: "y"
19-
# DISABLE_BENCH: "y"
20-
# DISABLE_DOCS: "y"
19+
DISABLE_BENCH: "y"
20+
DISABLE_DOCS: "y"
2121
DISABLE_SDIST_BUILD: "y"
2222
# DISABLE_SDIST_GIT_CHECK: "y"
2323
DISABLE_DIST_CHECKS: "y"
@@ -56,7 +56,7 @@ task:
5656
# If you have not committed packcheck.sh in your repo at PACKCHECK
5757
# then it is automatically pulled from this URL.
5858
PACKCHECK_GITHUB_URL: "https://raw.githubusercontent.com/composewell/packcheck"
59-
PACKCHECK_GITHUB_COMMIT: "6ee4502650b49cbbdb583fc7a55731738c9303df"
59+
PACKCHECK_GITHUB_COMMIT: "b3743510c7c26f83254ffd9ef91bcd71560cff05"
6060

6161
cabal_cache:
6262
folder: ~/.cabal

0 commit comments

Comments
 (0)