Skip to content

Commit c0584bc

Browse files
committed
Use ghc4pandoc 8.10.7 docker image for linux builds.
9.2.1 still fails without special treatment.
1 parent d3e9942 commit c0584bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pandoc=$(shell find dist -name pandoc -type f -exec ls -t {} \; | head -1)
33
SOURCEFILES?=$(shell git ls-tree -r master --name-only | grep "\.hs$$")
44
BRANCH?=master
55
ARCH=$(shell uname -m)
6-
DOCKERIMAGE=registry.gitlab.b-data.ch/ghc/ghc4pandoc:9.2.1
6+
DOCKERIMAGE=registry.gitlab.b-data.ch/ghc/ghc4pandoc:8.10.7
77
COMMIT=$(shell git rev-parse --short HEAD)
88
TIMESTAMP=$(shell date "+%Y%m%d_%H%M")
99
LATESTBENCH=$(word 1,$(shell ls -t bench_*.csv 2>/dev/null))

0 commit comments

Comments
 (0)