[commit: ghc] wip/werror: Put Werror in the right place (6327851)
git at git.haskell.org
git at git.haskell.org
Thu Jan 31 04:24:57 UTC 2019
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/werror
Link : http://ghc.haskell.org/trac/ghc/changeset/6327851dabd202c5f71b9a5d443a8d7fcef41f47/ghc
>---------------------------------------------------------------
commit 6327851dabd202c5f71b9a5d443a8d7fcef41f47
Author: Matthew Pickering <matthewtpickering at gmail.com>
Date: Wed Jan 30 09:12:19 2019 -0500
Put Werror in the right place
>---------------------------------------------------------------
6327851dabd202c5f71b9a5d443a8d7fcef41f47
.gitlab-ci.yml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index febcaaf..2435606 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -94,8 +94,7 @@ validate-x86_64-linux-deb8-hadrian:
- ./configure $CONFIGURE_ARGS
- |
THREADS=`mk/detect-cpu-count.sh`
- WERROR=-Werror
- make V=0 -j$THREADS
+ make V=0 -j$THREADS WERROR=-Werror
- |
make binary-dist TAR_COMP_OPTS="-1"
mv ghc-*.tar.xz ghc.tar.xz
More information about the ghc-commits
mailing list