mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-24 09:16:43 +00:00
Use ghc-musl 9.4.5 docker image
This commit is contained in:
committed by
John MacFarlane
parent
7ec7512aa0
commit
39d7d7afba
@@ -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.4.5
|
||||
TIMESTAMP=$(shell date "+%Y%m%d_%H%M")
|
||||
LATESTBENCH=$(word 1,$(shell ls -t bench_*.csv 2>/dev/null))
|
||||
BASELINE?=$(LATESTBENCH)
|
||||
|
||||
Reference in New Issue
Block a user