From c0584bc69925bcd39186391f6e83e4af90605c07 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 12 Jan 2022 18:01:42 -0800 Subject: [PATCH] Use ghc4pandoc 8.10.7 docker image for linux builds. 9.2.1 still fails without special treatment. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 46911b0f2..2d847f989 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ pandoc=$(shell find dist -name pandoc -type f -exec ls -t {} \; | head -1) SOURCEFILES?=$(shell git ls-tree -r master --name-only | grep "\.hs$$") BRANCH?=master ARCH=$(shell uname -m) -DOCKERIMAGE=registry.gitlab.b-data.ch/ghc/ghc4pandoc:9.2.1 +DOCKERIMAGE=registry.gitlab.b-data.ch/ghc/ghc4pandoc:8.10.7 COMMIT=$(shell git rev-parse --short HEAD) TIMESTAMP=$(shell date "+%Y%m%d_%H%M") LATESTBENCH=$(word 1,$(shell ls -t bench_*.csv 2>/dev/null))