[Git][ghc/ghc][wip/ipe-optimisation-9.4] 3 commits: configure: Fix missing CabalStaticLibZstd definition

Ben Gamari (@bgamari) gitlab at gitlab.haskell.org
Thu Jun 29 20:18:07 UTC 2023



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


Commits:
220a9651 by Ben Gamari at 2023-06-29T16:17:49-04:00
configure: Fix missing CabalStaticLibZstd definition

- - - - -
634b7650 by Ben Gamari at 2023-06-29T16:18:00-04:00
gitlab-ci: Allow linters to fail

- - - - -
30ff7fc1 by Ben Gamari at 2023-06-29T16:18:00-04:00
Allow bootstrap testing jobs to fail

The needed Docker images don't exist.

- - - - -


2 changed files:

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


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -93,6 +93,7 @@ workflow:
 
 .lint:
   stage: tool-lint
+  allow_failure: true
   tags:
     - lint
   rules:
@@ -551,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/daba5dcf8523be62ec1b3c62b8d81ff460c3e672...30ff7fc135ea9da9f97b0b698ecbb66c0ad6b935

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/daba5dcf8523be62ec1b3c62b8d81ff460c3e672...30ff7fc135ea9da9f97b0b698ecbb66c0ad6b935
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/46e3076b/attachment-0001.html>


More information about the ghc-commits mailing list