Skip to content

Commit

Permalink
Revert to ghc-musl-9.4.4.
Browse files Browse the repository at this point in the history
For background see jgm#8947.
  • Loading branch information
jgm committed Jul 16, 2023
1 parent c7c7da3 commit fb5bcb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ task:
trigger_type: manual
timeout_in: 90m
arm_container:
image: glcr.b-data.ch/ghc/ghc-musl:9.6.2
image: glcr.b-data.ch/ghc/ghc-musl:9.4.4
cpu: 4
memory: 12G
env:
Expand All @@ -52,7 +52,7 @@ task:
trigger_type: manual
timeout_in: 90m
container:
image: glcr.b-data.ch/ghc/ghc-musl:9.6.2
image: glcr.b-data.ch/ghc/ghc-musl:9.4.4
cpu: 4
memory: 12G
env:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version?=$(shell grep '^[Vv]ersion:' pandoc.cabal | awk '{print $$2;}')
pandoc=$(shell find dist -name pandoc -type f -exec ls -t {} \; | head -1)
SOURCEFILES?=$(shell git ls-tree -r main --name-only src pandoc-cli pandoc-server pandoc-lua-engine | grep "\.hs$$")
PANDOCSOURCEFILES?=$(shell git ls-tree -r main --name-only src | grep "\.hs$$")
DOCKERIMAGE=glcr.b-data.ch/ghc/ghc-musl:9.6.2
DOCKERIMAGE=glcr.b-data.ch/ghc/ghc-musl:9.4.4
TIMESTAMP=$(shell date "+%Y%m%d_%H%M")
LATESTBENCH=$(word 1,$(shell ls -t bench_*.csv 2>/dev/null))
BASELINE?=$(LATESTBENCH)
Expand Down

0 comments on commit fb5bcb4

Please sign in to comment.