[commit: ghc] wip/heapprof001-fragile: use --docs=no-sphinx in both Hadrian CI jobs (9aa2727)
git at git.haskell.org
git at git.haskell.org
Sat Mar 2 14:52:01 UTC 2019
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/heapprof001-fragile
Link : http://ghc.haskell.org/trac/ghc/changeset/9aa27273afddd3cbf4c03c70954f24ac8ea1a706/ghc
>---------------------------------------------------------------
commit 9aa27273afddd3cbf4c03c70954f24ac8ea1a706
Author: Alp Mestanogullari <alpmestan at gmail.com>
Date: Wed Feb 27 17:41:10 2019 +0100
use --docs=no-sphinx in both Hadrian CI jobs
>---------------------------------------------------------------
9aa27273afddd3cbf4c03c70954f24ac8ea1a706
.gitlab-ci.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 217b297..3bca1fe 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -61,7 +61,7 @@ ghc-linters:
- ./boot
- ./configure $CONFIGURE_ARGS
- hadrian/build.cabal.sh -j`mk/detect-cpu-count.sh`
- - hadrian/build.cabal.sh -j`mk/detect-cpu-count.sh` docs-haddock
+ - hadrian/build.cabal.sh -j`mk/detect-cpu-count.sh` --docs=no-sphinx docs
cache:
key: hadrian
paths:
@@ -386,6 +386,7 @@ validate-x86_64-windows-hadrian:
mkdir -p _build
cp -R inplace/mingw _build/mingw
- bash -c "PATH=`pwd`/toolchain/bin:$PATH hadrian/build.cabal.sh -j`mk/detect-cpu-count.sh` --flavour=Quick"
+ - bash -c "PATH=`pwd`/toolchain/bin:$PATH hadrian/build.cabal.sh -j`mk/detect-cpu-count.sh` --flavour=Quick --docs=no-sphinx docs
# FIXME: Bindist disabled due to #16073
#- bash -c "PATH=`pwd`/toolchain/bin:$PATH hadrian/build.cabal.sh binary-dist"
# FIXME: Testsuite disabled due to #16156.
More information about the ghc-commits
mailing list