diff options
| author | John MacFarlane <[email protected]> | 2025-03-27 16:11:41 -0600 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-03-27 16:11:41 -0600 |
| commit | 8e04bab8c1fc1815b1456d537e2441b88dbca129 (patch) | |
| tree | 8776692513618a5a3406b806228c6d6cb8fc39b0 /Makefile | |
| parent | 46399c0abde6623c7d362bb8d429a1d609f174ab (diff) | |
Release builds: build with ghc 9.8.
Diffstat (limited to 'Makefile')
| -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-cli-version?=$(shell grep '^[Vv]ersion:' pandoc-cli/pandoc-cli.cabal | awk '{print $$2;}') SOURCEFILES?=$(shell git ls-tree -r main --name-only src pandoc-cli pandoc-server pandoc-lua-engine | grep "\.hs$$") PANDOCSOURCEFILES?=$(shell git ls-tree -r main --name-only src | grep "\.hs$$") -DOCKERIMAGE=quay.io/benz0li/ghc-musl:9.6 +DOCKERIMAGE=quay.io/benz0li/ghc-musl:9.8 TIMESTAMP=$(shell date "+%Y%m%d_%H%M") LATESTBENCH=$(word 1,$(shell ls -t bench_*.csv 2>/dev/null)) BASELINE?=$(LATESTBENCH) |
