[Git][ghc/ghc][wip/ghc-8.8-merges] gitlab-ci: Do not build profiled libraries on 32-bit Windows

Ben Gamari gitlab at gitlab.haskell.org
Sat Apr 20 14:55:31 UTC 2019



Ben Gamari pushed to branch wip/ghc-8.8-merges at Glasgow Haskell Compiler / GHC


Commits:
8ace73f5 by Ben Gamari at 2019-04-20T14:51:54Z
gitlab-ci: Do not build profiled libraries on 32-bit Windows

Due to #15934.

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -561,6 +561,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
 
@@ -572,6 +574,8 @@ nightly-i386-windows:
   variables:
     MSYSTEM: MINGW32
     CONFIGURE_ARGS: "--target=i386-unknown-mingw32"
+    # Due to #15934
+    BUILD_PROF_LIBS: "NO"
   cache:
     key: i386-windows
 



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/8ace73f5f76aa9670da0d53d07b44f95bc18ca60

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/8ace73f5f76aa9670da0d53d07b44f95bc18ca60
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/20190420/ebf76af5/attachment.html>


More information about the ghc-commits mailing list