Commit 943065d 1 parent 6cf8edb commit 943065d Copy full SHA for 943065d
File tree 6 files changed +10
-8
lines changed
6 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ RUN git clone https://github.com/verilator/verilator verilator \
107
107
108
108
FROM builder AS build-ghc
109
109
110
- ARG ghcup_version="0.1.17.4 "
110
+ ARG ghcup_version="0.1.17.7 "
111
111
112
112
# Must be explicitly set
113
113
ARG ghc_version
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ NAME="clash-ci-"
7
7
DIR=$( dirname " $0 " )
8
8
now=$( date +%F)
9
9
10
- GHC_VERSIONS=( " 9.0.2" " 8.10.2 " " 8.8.4" " 8.6.5" )
10
+ GHC_VERSIONS=( " 9.0.2" " 8.10.7 " " 8.8.4" " 8.6.5" )
11
11
CABAL_VERSIONS=(" 3.4.0.0" " 3.2.0.0" " 3.2.0.0" " 3.0.0.0" )
12
12
13
13
# We want to use docker buildkit so that our layers are built in parallel. This
Original file line number Diff line number Diff line change 1
1
.benchmark :
2
- image : ghcr.io/clash-lang/clash-ci-$GHC_VERSION:2022-02-02
2
+ image : ghcr.io/clash-lang/clash-ci-$GHC_VERSION:2022-05-10
3
3
stage : test
4
4
timeout : 2 hours
5
5
variables :
Original file line number Diff line number Diff line change 1
1
.common :
2
- image : ghcr.io/clash-lang/clash-ci-$GHC_VERSION:2022-02-02
2
+ image : ghcr.io/clash-lang/clash-ci-$GHC_VERSION:2022-05-10
3
3
timeout : 2 hours
4
4
stage : build
5
5
variables :
Original file line number Diff line number Diff line change 92
92
93
93
# Run steps inside the clash CI docker image
94
94
container :
95
- image : ghcr.io/clash-lang/clash-ci-${{ matrix.ghc }}:2022-02-02
95
+ image : ghcr.io/clash-lang/clash-ci-${{ matrix.ghc }}:2022-05-10
96
96
97
97
env :
98
98
THREADS : 2
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ include:
10
10
variables :
11
11
# Default GHC / Cabal version. Used for generating Haddock and releasing to
12
12
# Hackage.
13
- GHC_VERSION : 8.10.2
13
+ GHC_VERSION : 8.10.7
14
14
15
15
# https://docs.gitlab.com/runner/executors/custom.html#system-failure
16
16
GET_SOURCES_ATTEMPTS : 5
@@ -49,7 +49,7 @@ tests-8.8:
49
49
tests-8.10 :
50
50
extends : .common-trigger
51
51
variables :
52
- GHC_VERSION : 8.10.2
52
+ GHC_VERSION : 8.10.7
53
53
54
54
tests-9.0 :
55
55
extends : .common-trigger
@@ -61,7 +61,7 @@ stack-build:
61
61
needs : []
62
62
stage : test
63
63
variables :
64
- GHC_VERSION : 8.10.2
64
+ GHC_VERSION : 8.10.7
65
65
script :
66
66
- .ci/stack_build.sh
67
67
# Run on shared runners
@@ -89,6 +89,8 @@ haddock:
89
89
extends : .common
90
90
needs : []
91
91
stage : test
92
+ variables :
93
+ GHC_VERSION : 9.0.2
92
94
artifacts :
93
95
paths :
94
96
- hadocs/*/*
You can’t perform that action at this time.
0 commit comments