diff options
| author | John MacFarlane <[email protected]> | 2022-10-28 09:19:13 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2022-10-28 09:19:13 -0700 |
| commit | 9d8d1a0b9e434504e9a2c5998a0ff381506ef359 (patch) | |
| tree | e89a6f790b432bacb4c3cccd45c9c1a5a17b1798 | |
| parent | e9b3636bc113192b14b21049c43b118baf306e9e (diff) | |
Use ghc4pandoc 9.4.2 docker image.
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ version?=$(shell grep '^[Vv]ersion:' pandoc.cabal | awk '{print $$2;}') pandoc=$(shell find dist -name pandoc -type f -exec ls -t {} \; | head -1) SOURCEFILES?=$(shell git ls-tree -r master --name-only src pandoc-cli pandoc-server pandoc-lua-engine | grep "\.hs$$") PANDOCSOURCEFILES?=$(shell git ls-tree -r master --name-only src | grep "\.hs$$") -DOCKERIMAGE=registry.gitlab.b-data.ch/ghc/ghc4pandoc:9.2.3 +DOCKERIMAGE=registry.gitlab.b-data.ch/ghc/ghc4pandoc:9.4.2 TIMESTAMP=$(shell date "+%Y%m%d_%H%M") LATESTBENCH=$(word 1,$(shell ls -t bench_*.csv 2>/dev/null)) BASELINE?=$(LATESTBENCH) |
