File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2727 trigger_type : manual
2828 timeout_in : 90m
2929 arm_container :
30- image : glcr.b-data.ch/ghc/ghc-musl:9.4.5
30+ image : glcr.b-data.ch/ghc/ghc-musl:9.6.2
3131 cpu : 4
3232 memory : 12G
3333 env :
5252 trigger_type : manual
5353 timeout_in : 90m
5454 container :
55- image : glcr.b-data.ch/ghc/ghc-musl:9.4.5
55+ image : glcr.b-data.ch/ghc/ghc-musl:9.6.2
5656 cpu : 4
5757 memory : 12G
5858 env :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version?=$(shell grep '^[Vv]ersion:' pandoc.cabal | awk '{print $$2;}')
22pandoc =$(shell find dist -name pandoc -type f -exec ls -t {} \; | head -1)
33SOURCEFILES? =$(shell git ls-tree -r main --name-only src pandoc-cli pandoc-server pandoc-lua-engine | grep "\.hs$$")
44PANDOCSOURCEFILES? =$(shell git ls-tree -r main --name-only src | grep "\.hs$$")
5- DOCKERIMAGE =glcr.b-data.ch/ghc/ghc-musl:9.4.5
5+ DOCKERIMAGE =glcr.b-data.ch/ghc/ghc-musl:9.6.2
66TIMESTAMP =$(shell date "+% Y% m% d_% H% M")
77LATESTBENCH =$(word 1,$(shell ls -t bench_* .csv 2>/dev/null) )
88BASELINE? =$(LATESTBENCH )
You can’t perform that action at this time.
0 commit comments