[Git][ghc/ghc][wip/marge_bot_batch_merge_job] 3 commits: users-guide: Fix -rtsopts default
Marge Bot
gitlab at gitlab.haskell.org
Sun May 19 03:01:47 UTC 2019
Marge Bot pushed to branch wip/marge_bot_batch_merge_job at Glasgow Haskell Compiler / GHC
Commits:
7efa2f73 by Kirill Elagin at 2019-05-19T03:01:44Z
users-guide: Fix -rtsopts default
- - - - -
4397026c by Ben Gamari at 2019-05-19T03:01:45Z
gitlab-ci: Allow Windows Hadrian build to fail
Due to #16574.
- - - - -
53254c8c by Ben Gamari at 2019-05-19T03:01:45Z
Update .gitlab-ci.yml
- - - - -
2 changed files:
- .gitlab-ci.yml
- docs/users_guide/phases.rst
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -560,6 +560,8 @@ validate-x86_64-linux-fedora27:
stage: full-build
variables:
GHC_VERSION: "8.6.2"
+ # due to #16574 this currently fails
+ allow_failure: true
script:
- |
python boot
=====================================
docs/users_guide/phases.rst
=====================================
@@ -937,7 +937,7 @@ for example).
:type: dynamic
:category: linking
- :default: all
+ :default: some
This option affects the processing of RTS control options given
either on the command line or via the :envvar:`GHCRTS` environment
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/compare/86ac0cb0b6ed0992e0f05912b47e588c8a8e4cda...53254c8c9e43406e78f7ac6bfec407704bfe8cd6
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/compare/86ac0cb0b6ed0992e0f05912b47e588c8a8e4cda...53254c8c9e43406e78f7ac6bfec407704bfe8cd6
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/20190518/6fed8289/attachment.html>
More information about the ghc-commits
mailing list