[Git][ghc/ghc][wip/ghc-9.8] 3 commits: gitlab-ci: Bump ci-images

Ben Gamari (@bgamari) gitlab at gitlab.haskell.org
Thu Jul 13 07:57:41 UTC 2023



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


Commits:
ced6ce11 by Ben Gamari at 2023-07-13T03:57:12-04:00
gitlab-ci: Bump ci-images

To freeze emsdk, avoiding #23641.

- - - - -
f7b22a63 by Ben Gamari at 2023-07-13T03:57:12-04:00
testsuite: Accept metric changes

Metric Increase:
    T6048

- - - - -
77ee6b04 by Ben Gamari at 2023-07-13T03:57:12-04:00
testsuite: Declare bkpcabal08 as fragile

Due to spurious output changes described in #23648.

- - - - -


2 changed files:

- .gitlab-ci.yml
- testsuite/tests/backpack/cabal/bkpcabal08/all.T


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -2,7 +2,7 @@ variables:
   GIT_SSL_NO_VERIFY: "1"
 
   # Commit of ghc/ci-images repository from which to pull Docker images
-  DOCKER_REV: c29d97c469a23db1c77ac1184eebbb2fd86ef623
+  DOCKER_REV: a9c0f5efbe503c17f63070583b2d815e498acc68
 
   # Sequential version number of all cached things.
   # Bump to invalidate GitLab CI cache.


=====================================
testsuite/tests/backpack/cabal/bkpcabal08/all.T
=====================================
@@ -6,6 +6,7 @@ else:
 test('bkpcabal08',
      [extra_files(['p', 'q', 'impl', 'bkpcabal08.cabal', 'Setup.hs', 'R.hs']),
       js_broken(22351), 
+      fragile(23648),
       normalise_slashes,
       normalise_version('bkpcabal08')],
      run_command,



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/25f3dc6e3edf2e62f454b1fe13c254ac723c3cf4...77ee6b043095cd5573409b42c1fd85649d239bc3

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/compare/25f3dc6e3edf2e62f454b1fe13c254ac723c3cf4...77ee6b043095cd5573409b42c1fd85649d239bc3
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/20230713/f5782b62/attachment-0001.html>


More information about the ghc-commits mailing list