Skip to content

Commit

Permalink
ci: fix musl deployment
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
BurntSushi committed Aug 1, 2019
1 parent e402d6c commit 3de31f7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cross.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[target.x86_64-unknown-linux-musl]
image = "burntsushi/x86_64-unknown-linux-musl:v0.1.14"
5 changes: 5 additions & 0 deletions ci/docker/x86_64-unknown-linux-musl/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 3de31f7

Please sign in to comment.