We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3e9942 commit c0584bcCopy full SHA for c0584bc
Makefile
@@ -3,7 +3,7 @@ pandoc=$(shell find dist -name pandoc -type f -exec ls -t {} \; | head -1)
3
SOURCEFILES?=$(shell git ls-tree -r master --name-only | grep "\.hs$$")
4
BRANCH?=master
5
ARCH=$(shell uname -m)
6
-DOCKERIMAGE=registry.gitlab.b-data.ch/ghc/ghc4pandoc:9.2.1
+DOCKERIMAGE=registry.gitlab.b-data.ch/ghc/ghc4pandoc:8.10.7
7
COMMIT=$(shell git rev-parse --short HEAD)
8
TIMESTAMP=$(shell date "+%Y%m%d_%H%M")
9
LATESTBENCH=$(word 1,$(shell ls -t bench_*.csv 2>/dev/null))
0 commit comments