File tree 1 file changed +11
-1
lines changed 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 5
5
# https://gitlab.haskell.org/haskell/haskell-language-server/-/pipelines
6
6
variables :
7
7
# Commit of ghc/ci-images repository from which to pull Docker images
8
- DOCKER_REV : " 4ed1a4f27828ba96a34662dc954335e29b470cd2 "
8
+ DOCKER_REV : " 9e4c540d9e4972a36291dfdf81f079f37d748890 "
9
9
10
10
GHC_VERSION : 9.2.3
11
11
CABAL_INSTALL_VERSION : 3.6.2.0
@@ -61,6 +61,16 @@ build-x86_64-linux:
61
61
TARBALL_EXT : tar.xz
62
62
ADD_CABAL_ARGS : " --enable-split-sections"
63
63
64
+ build-x86_64-linux-deb11 :
65
+ extends : .build
66
+ tags :
67
+ - x86_64-linux
68
+ image : " registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-deb11:$DOCKER_REV"
69
+ variables :
70
+ TARBALL_ARCHIVE_SUFFIX : x86_64-linux-deb11
71
+ TARBALL_EXT : tar.xz
72
+ ADD_CABAL_ARGS : " --enable-split-sections"
73
+
64
74
build-x86_64-linux-alpine :
65
75
extends : .build
66
76
tags :
You can’t perform that action at this time.
0 commit comments