diff options
| author | John MacFarlane <[email protected]> | 2022-01-12 17:43:15 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2022-01-12 17:43:15 -0800 |
| commit | d3e99421b00f10c91a94f5cf1b1eabe8ff6be409 (patch) | |
| tree | 398c9f7ea45f1f46d4530c358bc6ce4e831bd26a | |
| parent | 1a6fad9fbddd4cd7ebae236d6b4c11c0423bb0fd (diff) | |
Use ghc 9.2.1 docker image for deb pkg.
| -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:8.10.4 +DOCKERIMAGE=registry.gitlab.b-data.ch/ghc/ghc4pandoc:9.2.1 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)) |
