1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-03-17 20:28:03 +02:00

ci: fix musl deployment

The docker image that the Linux binary is now built in does not have
ASCII doc installed, so setup Cross to point to my own image with those
tools installed.
This commit is contained in:
Andrew Gallant 2019-08-01 18:41:44 -04:00
parent e402d6c260
commit 3de31f7527
No known key found for this signature in database
GPG Key ID: B2E3A4923F8B0D44
2 changed files with 7 additions and 0 deletions
Cross.toml
ci/docker/x86_64-unknown-linux-musl

2
Cross.toml Normal file

@ -0,0 +1,2 @@
[target.x86_64-unknown-linux-musl]
image = "burntsushi/x86_64-unknown-linux-musl:v0.1.14"

@ -0,0 +1,5 @@
FROM japaric/x86_64-unknown-linux-musl:v0.1.14
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
libxslt1-dev asciidoc docbook-xsl xsltproc libxml2-utils