File tree 2 files changed +6
-24
lines changed
ci/docker/x86_64-unknown-linux-musl
2 files changed +6
-24
lines changed Original file line number Diff line number Diff line change 8
8
include :
9
9
- os : linux
10
10
env : TARGET=x86_64-unknown-linux-musl
11
- DOCKER=alexcrichton/rust-slave -linux-cross:2016-11-11
11
+ DOCKER=x86_64-unknown -linux-musl
12
12
SKIP_TESTS=1
13
13
if : branch != master
14
14
Original file line number Diff line number Diff line change 1
- FROM alpine:3.8
1
+ FROM ubuntu:16.04
2
2
3
- RUN apk update && \
4
- apk add \
3
+ RUN apt-get update && apt-get install -y \
4
+ musl-tools \
5
5
curl \
6
6
ca-certificates \
7
7
perl \
8
8
make \
9
- gcc \
10
- bash \
11
- musl-dev \
12
- llvm-libunwind-dev \
13
- cmake \
14
- curl-dev \
15
- file \
16
- libffi-dev \
17
- libgit2-dev \
18
- libressl-dev \
19
- libssh2-dev \
20
- llvm5-dev \
21
- llvm5-test-utils \
22
- python2 \
23
- tar \
24
- zlib-dev \
25
- rust \
26
- rust-stdlib \
27
- cargo
9
+ gcc
28
10
29
- ENV CC_x86_64_unknown_linux_musl=gcc
11
+ ENV CC_x86_64_unknown_linux_musl=musl- gcc
You can’t perform that action at this time.
0 commit comments