[Git][ghc/ghc][wip/centos7] gitlab-ci: Do not build profiled libraries on 32-bit Windows
Ben Gamari
gitlab at gitlab.haskell.org
Fri Apr 19 04:17:18 UTC 2019
Ben Gamari pushed to branch wip/centos7 at Glasgow Haskell Compiler / GHC
Commits:
ca7ade1f by Ben Gamari at 2019-04-19T04:16:57Z
gitlab-ci: Do not build profiled libraries on 32-bit Windows
Due to #15934.
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
@@ -625,6 +625,8 @@ release-i386-windows:
MSYSTEM: MINGW32
BUILD_FLAVOUR: "perf"
CONFIGURE_ARGS: "--target=i386-unknown-mingw32"
+ # Due to #15934
+ BUILD_PROF_LIBS: "NO"
cache:
key: "i386-windows-$WINDOWS_TOOLCHAIN_VERSION"
@@ -636,6 +638,8 @@ nightly-i386-windows:
variables:
MSYSTEM: MINGW32
CONFIGURE_ARGS: "--target=i386-unknown-mingw32"
+ # Due to #15934
+ BUILD_PROF_LIBS: "NO"
cache:
key: "i386-windows-$WINDOWS_TOOLCHAIN_VERSION"
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/ca7ade1f0ad85c7c12d427bb4c5afa9178bd713e
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/ca7ade1f0ad85c7c12d427bb4c5afa9178bd713e
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/20190419/7c6f7ea0/attachment.html>
More information about the ghc-commits
mailing list