[Git][ghc/ghc][wip/warns-messages-drivermessage] Deleted 1 commit: Only warn about deprecated flags in hadrian-multi
Oleg Grenrus (@phadej)
gitlab at gitlab.haskell.org
Wed May 17 09:13:05 UTC 2023
Oleg Grenrus pushed to branch wip/warns-messages-drivermessage at Glasgow Haskell Compiler / GHC
WARNING: The push did not contain any new commits, but force pushed to delete the commits and changes below.
Deleted commits:
422f23a2 by Oleg Grenrus at 2023-05-17T08:53:37+03:00
Only warn about deprecated flags in hadrian-multi
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -396,7 +396,7 @@ hadrian-multi:
# workaround for docker permissions
- sudo chown ghc:ghc -R .
variables:
- GHC_FLAGS: -Werror
+ GHC_FLAGS: -Werror -Wwarn=deprecated-flags
CONFIGURE_ARGS: --enable-bootstrap-with-devel-snapshot
tags:
- x86_64-linux
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/422f23a2343f7d57165ad36d757b3bb9d910e8ea
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/422f23a2343f7d57165ad36d757b3bb9d910e8ea
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20230517/3a165307/attachment.html>
More information about the ghc-commits
mailing list