diff options
| author | John MacFarlane <[email protected]> | 2023-07-16 23:32:14 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-07-16 23:32:14 -0700 |
| commit | b4de43c1d0cf1cd247c58e06c18acf24dbbc6e6e (patch) | |
| tree | 1a2357108254cbcbb2efe004fe77c4b3760a5fdd /Makefile | |
| parent | fb5bcb4345d3d242ac13892f713c5c3fda4d82a7 (diff) | |
Build with ghc-musl:9.2.5ghc925-3.1.5
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=$(shell find dist -name pandoc -type f -exec ls -t {} \; | head -1) 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=glcr.b-data.ch/ghc/ghc-musl:9.4.4 +DOCKERIMAGE=glcr.b-data.ch/ghc/ghc-musl:9.2.5 TIMESTAMP=$(shell date "+%Y%m%d_%H%M") LATESTBENCH=$(word 1,$(shell ls -t bench_*.csv 2>/dev/null)) BASELINE?=$(LATESTBENCH) |
