[Git][ghc/ghc][wip/ipe-optimisation-9.4] 2 commits: Allow bootstrap testing jobs to fail

Ben Gamari (@bgamari) gitlab at gitlab.haskell.org
Thu Jun 29 19:55:09 UTC 2023



Ben Gamari pushed to branch wip/ipe-optimisation-9.4 at Glasgow Haskell Compiler / GHC


Commits:
bea9117a by Ben Gamari at 2023-06-29T15:25:39-04:00
Allow bootstrap testing jobs to fail

The needed Docker images don't exist.

- - - - -
daba5dcf by Ben Gamari at 2023-06-29T15:54:58-04:00
configure: Fix missing CabalStaticLibZstd definition

- - - - -


2 changed files:

- .gitlab-ci.yml
- m4/fp_find_libzstd.m4


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -552,6 +552,7 @@ test-bootstrap:
   image: "$DOCKER_IMAGE"
   parallel: *bootstrap_matrix
   dependencies: null
+  allow-failure: true
   script:
     - mkdir test-bootstrap
     - tar -xf ghc-*[0-9]-src.tar.xz -C test-bootstrap


=====================================
m4/fp_find_libzstd.m4
=====================================
@@ -116,5 +116,6 @@ AC_DEFUN([FP_FIND_LIBZSTD],
   else
     AC_SUBST([UseLibZstd],[NO])
     AC_SUBST([CabalHaveLibZstd],[False])
+    AC_SUBST([CabalStaticLibZstd],[False])
   fi
 ])



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/48daf5dd5e90e00f54ceb555f8b0fd8958aa38aa...daba5dcf8523be62ec1b3c62b8d81ff460c3e672

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/48daf5dd5e90e00f54ceb555f8b0fd8958aa38aa...daba5dcf8523be62ec1b3c62b8d81ff460c3e672
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/20230629/13202552/attachment.html>


More information about the ghc-commits mailing list