aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2022-01-12 18:01:42 -0800
committerJohn MacFarlane <[email protected]>2022-01-12 18:01:42 -0800
commitc0584bc69925bcd39186391f6e83e4af90605c07 (patch)
tree1a904f93e725549ad453feebb0a070b1e2046d0d
parentd3e99421b00f10c91a94f5cf1b1eabe8ff6be409 (diff)
Use ghc4pandoc 8.10.7 docker image for linux builds.2.17
9.2.1 still fails without special treatment.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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))