Skip to content

Commit 1b39959

Browse files
committed
Don't build pandoc-crossref for edge-alpine
stack=alpine
1 parent aad0531 commit 1b39959

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,10 @@ without_crossref=
132132
if [ "$stack" = "static" ]; then
133133
extra_packages=
134134
without_crossref=true
135+
elif [ "$stack" = "alpine" ] && [ "$pandoc_commit" = "main" ] then
136+
# There's some kind of issue with pandoc-crossref on Alpine
137+
extra_packages=
138+
without_crossref=true
135139
fi
136140

137141
## The pandoc-cli package did not exist pre pandoc 3.

0 commit comments

Comments
 (0)