mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-29 01:41:20 +08:00
Linux builds: Update ghc-musl URL.
This commit is contained in:
+2
-2
@@ -25,7 +25,7 @@ task:
|
||||
trigger_type: manual
|
||||
timeout_in: 90m
|
||||
arm_container:
|
||||
image: registry.gitlab.b-data.ch/ghc/ghc4pandoc:9.4.4
|
||||
image: glcr.b-data.ch/ghc/ghc-musl:9.4.4
|
||||
cpu: 4
|
||||
memory: 12G
|
||||
env:
|
||||
@@ -49,7 +49,7 @@ task:
|
||||
trigger_type: manual
|
||||
timeout_in: 90m
|
||||
container:
|
||||
image: registry.gitlab.b-data.ch/ghc/ghc4pandoc:9.4.4
|
||||
image: glcr.b-data.ch/ghc/ghc-musl:9.4.4
|
||||
cpu: 4
|
||||
memory: 12G
|
||||
env:
|
||||
|
||||
@@ -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=registry.gitlab.b-data.ch/ghc/ghc4pandoc:9.4.4
|
||||
DOCKERIMAGE=glcr.b-data.ch/ghc/ghc-musl:9.4.4
|
||||
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