Skip to content
Snippets Groups Projects

gitlab-ci: Bump ci-images

Closed Ben Gamari requested to merge wip/bump-ci into master

This bumps the CI Docker images to ci-images@990c5217.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • assigned to @bgamari

  • Ben Gamari approved this merge request

    approved this merge request

  • I know that it's marked as allow_failure, but it's worth noting that the validate-aarch64-linux-deb9 build now fails due to #16797 (closed)/#17146 (closed), as it attempts to bootstrap with GHC 8.8.1:

    In file included from includes/Rts.h:197:0: error:
        0,
                         from compiler/parser/cutils.c:6:
    includes/rts/storage/ClosureMacros.h: In function ‘GET_CLOSURE_TAG’:
    
    includes/rts/storage/ClosureMacros.h:211:25: error:
         error: ‘TAG_MASK’ undeclared (first use in this function)
             return (StgWord)p & TAG_MASK;
                                 ^~~~~~~~
        |
    211 |     return (StgWord)p & TAG_MASK;
        |                         ^
    
    includes/rts/storage/ClosureMacros.h:211:25: error:
         note: each undeclared identifier is reported only once for each function it appears in
        |
    211 |     return (StgWord)p & TAG_MASK;
        |                         ^
    includes/rts/storage/ClosureMacros.h: In function ‘UNTAG_CLOSURE’:
    
    includes/rts/storage/ClosureMacros.h:217:40: error:
         error: ‘TAG_MASK’ undeclared (first use in this function)
             return (StgClosure*)((StgWord)p & ~TAG_MASK);
                                                ^~~~~~~~
        |
    217 |     return (StgClosure*)((StgWord)p & ~TAG_MASK);
        |                                        ^
    includes/rts/storage/ClosureMacros.h: In function ‘UNTAG_CONST_CLOSURE’:
    
    includes/rts/storage/ClosureMacros.h:223:46: error:
         error: ‘TAG_MASK’ undeclared (first use in this function)
             return (const StgClosure*)((StgWord)p & ~TAG_MASK);
                                                      ^~~~~~~~
        |
    223 |     return (const StgClosure*)((StgWord)p & ~TAG_MASK);
        |                                              ^
    `gcc' failed in phase `C Compiler'. (Exit code: 1)
    You are using an unsupported version of LLVM!
    Currently only 7 is supported.
    We will try though...
    compiler/ghc.mk:363: recipe for target 'compiler/stage1/build/parser/cutils.o' failed
    make[1]: *** [compiler/stage1/build/parser/cutils.o] Error 1
    make[1]: *** Waiting for unfinished jobs....
    
    In file included from includes/Rts.h:197:0: error:
        0,
                         from compiler/ghci/keepCAFsForGHCi.c:1:
    includes/rts/storage/ClosureMacros.h: In function ‘GET_CLOSURE_TAG’:
    
    includes/rts/storage/ClosureMacros.h:211:25: error:
         error: ‘TAG_MASK’ undeclared (first use in this function)
             return (StgWord)p & TAG_MASK;
                                 ^~~~~~~~
        |
    211 |     return (StgWord)p & TAG_MASK;
        |                         ^
    
    includes/rts/storage/ClosureMacros.h:211:25: error:
         note: each undeclared identifier is reported only once for each function it appears in
        |
    211 |     return (StgWord)p & TAG_MASK;
        |                         ^
    includes/rts/storage/ClosureMacros.h: In function ‘UNTAG_CLOSURE’:
    
    includes/rts/storage/ClosureMacros.h:217:40: error:
         error: ‘TAG_MASK’ undeclared (first use in this function)
             return (StgClosure*)((StgWord)p & ~TAG_MASK);
                                                ^~~~~~~~
        |
    217 |     return (StgClosure*)((StgWord)p & ~TAG_MASK);
        |                                        ^
    includes/rts/storage/ClosureMacros.h: In function ‘UNTAG_CONST_CLOSURE’:
    
    includes/rts/storage/ClosureMacros.h:223:46: error:
         error: ‘TAG_MASK’ undeclared (first use in this function)
             return (const StgClosure*)((StgWord)p & ~TAG_MASK);
                                                      ^~~~~~~~
        |
    223 |     return (const StgClosure*)((StgWord)p & ~TAG_MASK);
        |                                              ^
    `gcc' failed in phase `C Compiler'. (Exit code: 1)
    compiler/ghc.mk:363: recipe for target 'compiler/stage1/build/ghci/keepCAFsForGHCi.o' failed
    make[1]: *** [compiler/stage1/build/ghci/keepCAFsForGHCi.o] Error 1
    You are using an unsupported version of LLVM!
    Currently only 7 is supported.
    We will try though...
    make: *** [all] Error 2
    Makefile:123: recipe for target 'all' failed
  • Ben Gamari added 10 commits

    added 10 commits

    Compare with previous version

  • Ben Gamari assigned to @marge-bot and unassigned @bgamari

    assigned to @marge-bot and unassigned @bgamari

  • Ben Gamari changed milestone to %8.10.1

    changed milestone to %8.10.1

  • I will attempt to batch this MR (!1792 (closed))...

  • closed

Please register or sign in to reply
Loading