diff options
| author | John MacFarlane <[email protected]> | 2022-01-12 18:01:42 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2022-01-12 18:01:42 -0800 |
| commit | c0584bc69925bcd39186391f6e83e4af90605c07 (patch) | |
| tree | 1a904f93e725549ad453feebb0a070b1e2046d0d /Makefile | |
| parent | d3e99421b00f10c91a94f5cf1b1eabe8ff6be409 (diff) | |
Use ghc4pandoc 8.10.7 docker image for linux builds.2.17
9.2.1 still fails without special treatment.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) |
