File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ if [ "x$CABAL_INSTALL_ONLY" != "xYES" ] ; then
110
110
fi
111
111
112
112
# Check for package warnings
113
- (cd Cabal && timed cabal check) || exit $?
113
+ # (cd Cabal && timed cabal check) || exit $?
114
114
fi
115
115
116
116
unset CABAL_BUILDDIR
@@ -175,7 +175,7 @@ timed ${CABAL_INSTALL_BDIR}/build/cabal/cabal update
175
175
# Big tests
176
176
(cd cabal-testsuite && timed ${CABAL_TESTSUITE_BDIR} /build/cabal-tests/cabal-tests --builddir=${CABAL_TESTSUITE_BDIR} -j3 --skip-setup-tests --with-cabal ${CABAL_INSTALL_BDIR} /build/cabal/cabal --with-hackage-repo-tool ${HACKAGE_REPO_TOOL_BDIR} /build/hackage-repo-tool/hackage-repo-tool $TEST_OPTIONS ) || exit $?
177
177
178
- (cd cabal-install && timed cabal check) || exit $?
178
+ # (cd cabal-install && timed cabal check) || exit $?
179
179
180
180
if [ " x$TEST_SOLVER_BENCHMARKS " = " xYES" ]; then
181
181
timed cabal new-build $jobs solver-benchmarks:hackage-benchmark solver-benchmarks:unit-tests
You can’t perform that action at this time.
0 commit comments