[Git][ghc/ghc][wip/andreask/fix_rts_warnings] Deleted 1 commit: Use validate flavour for all CI builds.
Andreas Klebinger
gitlab at gitlab.haskell.org
Fri Nov 27 10:49:56 UTC 2020
Andreas Klebinger pushed to branch wip/andreask/fix_rts_warnings 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:
b02863bc by Andreas Klebinger at 2020-11-27T11:48:29+01:00
Use validate flavour for all CI builds.
This also means we compile GHC with -O1 instead of -O2 for some
platforms for CI. As a result a lot of test metrics
got worse which we now have to accept.
-------------------------
Metric Increase:
ManyAlternatives
ManyConstructors
MultiLayerModules
Naperian
T10421
T12150
T12227
T12234
T12425
T12545
T12707
T13035
T13253
T13253-spj
T13379
T13719
T14697
T18282
T18698a
T18698b
T1969
T3064
T3294
T4801
T5321FD
T5321Fun
T5631
T6048
T783
T9020
T9203
T9233
T9872a
T9872b
T9872c
T9872d
T9961
haddock.Cabal
haddock.base
parsing001
T5642
WWRec
-------------------------
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -442,7 +442,7 @@ validate-x86_64-darwin:
LANG: "en_US.UTF-8"
CONFIGURE_ARGS: "--with-intree-gmp"
TEST_ENV: "x86_64-darwin"
- BUILD_FLAVOUR: "perf"
+ BUILD_FLAVOUR: "validate"
after_script:
- cp -Rf $HOME/.cabal cabal-cache
- .gitlab/ci.sh clean
@@ -493,7 +493,7 @@ validate-x86_64-darwin:
tags:
- x86_64-linux
variables:
- BUILD_FLAVOUR: "perf"
+ BUILD_FLAVOUR: "validate"
before_script:
# Build hyperlinked sources for documentation when building releases
- |
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b02863bc0a299f67bafbfcba0db2c46fee228ad4
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b02863bc0a299f67bafbfcba0db2c46fee228ad4
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/20201127/156b1147/attachment.html>
More information about the ghc-commits
mailing list