Skip to content

Commit be6fd38

Browse files
benz0lisamahri
authored andcommitted
Use ghc-musl 9.6.2 docker image (jgm#8701)
1 parent 398cd11 commit be6fd38

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.cirrus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ task:
2727
trigger_type: manual
2828
timeout_in: 90m
2929
arm_container:
30-
image: glcr.b-data.ch/ghc/ghc-musl:9.4.5
30+
image: glcr.b-data.ch/ghc/ghc-musl:9.6.2
3131
cpu: 4
3232
memory: 12G
3333
env:
@@ -52,7 +52,7 @@ task:
5252
trigger_type: manual
5353
timeout_in: 90m
5454
container:
55-
image: glcr.b-data.ch/ghc/ghc-musl:9.4.5
55+
image: glcr.b-data.ch/ghc/ghc-musl:9.6.2
5656
cpu: 4
5757
memory: 12G
5858
env:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version?=$(shell grep '^[Vv]ersion:' pandoc.cabal | awk '{print $$2;}')
22
pandoc=$(shell find dist -name pandoc -type f -exec ls -t {} \; | head -1)
33
SOURCEFILES?=$(shell git ls-tree -r main --name-only src pandoc-cli pandoc-server pandoc-lua-engine | grep "\.hs$$")
44
PANDOCSOURCEFILES?=$(shell git ls-tree -r main --name-only src | grep "\.hs$$")
5-
DOCKERIMAGE=glcr.b-data.ch/ghc/ghc-musl:9.4.5
5+
DOCKERIMAGE=glcr.b-data.ch/ghc/ghc-musl:9.6.2
66
TIMESTAMP=$(shell date "+%Y%m%d_%H%M")
77
LATESTBENCH=$(word 1,$(shell ls -t bench_*.csv 2>/dev/null))
88
BASELINE?=$(LATESTBENCH)

0 commit comments

Comments
 (0)