Skip to content

Commit e98fe1d

Browse files
committed
fixup! Add x86_64-unknown-linux-musl build support
1 parent b5ff935 commit e98fe1d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ci/docker/x86_64-unknown-linux-musl/Dockerfile

+4
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,7 @@ RUN apt-get update && apt-get install -y \
88
perl \
99
make \
1010
gcc
11+
12+
13+
RUN curl -L https://github.com/mozilla/sccache/releases/download/0.2.8/sccache-0.2.8-x86_64-unknown-linux-musl.tar.gz | tar xzf - \
14+
&& mv ./sccache-0.2.8-x86_64-unknown-linux-musl/sccache .

0 commit comments

Comments
 (0)