gitlab-ci: Bump ci-images
This bumps the CI Docker images to ci-images@990c5217.
Merge request reports
Activity
assigned to @bgamari
added infrastructure label
I know that it's marked as
allow_failure
, but it's worth noting that thevalidate-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
added 10 commits
-
a58310a7...52173990 - 9 commits from branch
master
- 4f35f545 - gitlab-ci: Bump ci-images
-
a58310a7...52173990 - 9 commits from branch
assigned to @marge-bot and unassigned @bgamari
changed milestone to %8.10.1
I will attempt to batch this MR (!1792 (closed))...
Merged in 4bbe0dba
Please register or sign in to reply