diff options
| author | John MacFarlane <[email protected]> | 2022-03-13 10:38:30 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2022-03-13 10:39:38 -0700 |
| commit | 6b79e944bb3fba348fc23455e00b18558f8e17ab (patch) | |
| tree | 306ba1ce80272e879f5e50861bcff1e8aab9dc24 /Makefile | |
| parent | 1aeeba9ecb7fc79062c16e00536ec8500632aab2 (diff) | |
Use ghc4pandoc:9.2.2 docker image for linux build
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.0.2 +DOCKERIMAGE=registry.gitlab.b-data.ch/ghc/ghc4pandoc:9.2.2 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)) |
