From b4de43c1d0cf1cd247c58e06c18acf24dbbc6e6e Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 16 Jul 2023 23:32:14 -0700 Subject: Build with ghc-musl:9.2.5 --- .cirrus.yml | 4 ++-- Makefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index ebcf31e81..876470450 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -27,7 +27,7 @@ task: trigger_type: manual timeout_in: 90m arm_container: - image: glcr.b-data.ch/ghc/ghc-musl:9.4.4 + image: glcr.b-data.ch/ghc/ghc-musl:9.2.5 cpu: 4 memory: 12G env: @@ -52,7 +52,7 @@ task: trigger_type: manual timeout_in: 90m container: - image: glcr.b-data.ch/ghc/ghc-musl:9.4.4 + image: glcr.b-data.ch/ghc/ghc-musl:9.2.5 cpu: 4 memory: 12G env: diff --git a/Makefile b/Makefile index 421cf2b6d..4dc173bd9 100644 --- a/Makefile +++ b/Makefile @@ -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) -- cgit v1.2.3