Skip to content

Commit

Permalink
Use ghc4pandoc 8.10.7 docker image for linux builds.
Browse files Browse the repository at this point in the history
9.2.1 still fails without special treatment.
  • Loading branch information
jgm committed Jan 13, 2022
1 parent d3e9942 commit c0584bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pandoc=$(shell find dist -name pandoc -type f -exec ls -t {} \; | head -1)
SOURCEFILES?=$(shell git ls-tree -r master --name-only | grep "\.hs$$")
BRANCH?=master
ARCH=$(shell uname -m)
DOCKERIMAGE=registry.gitlab.b-data.ch/ghc/ghc4pandoc:9.2.1
DOCKERIMAGE=registry.gitlab.b-data.ch/ghc/ghc4pandoc:8.10.7
COMMIT=$(shell git rev-parse --short HEAD)
TIMESTAMP=$(shell date "+%Y%m%d_%H%M")
LATESTBENCH=$(word 1,$(shell ls -t bench_*.csv 2>/dev/null))
Expand Down

3 comments on commit c0584bc

@benz0li
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@benz0li
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

registry.gitlab.b-data.ch/ghc/ghc4pandoc:9.0.2 should significantly reduce the build time on aarch64/arm64.

@jgm
Copy link
Owner Author

@jgm jgm commented on c0584bc Jan 13, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, I'll switch to that.

Please sign in to comment.