We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa41265 commit 0cb5699Copy full SHA for 0cb5699
ci/docker/x86_64-unknown-linux-musl/Dockerfile
@@ -9,12 +9,12 @@ RUN curl https://www.musl-libc.org/releases/musl-1.1.19.tar.gz | \
9
./configure --prefix=/musl-x86_64 && \
10
make install -j4 && \
11
cd .. && \
12
- rm -rf musl-1.1.19 && \
+ rm -rf musl-1.1.19
13
# Install linux kernel headers sanitized for use with musl
14
- curl -L https://github.com/sabotage-linux/kernel-headers/archive/v3.12.6-5.tar.gz | \
+RUN curl -L https://github.com/bachp/kernel-headers/archive/v3.12.6-6.tar.gz | \
15
tar xzf - && \
16
- cd kernel-headers-3.12.6-5 && \
+ cd kernel-headers-3.12.6-6 && \
17
make ARCH=x86_64 prefix=/musl-x86_64 install -j4 && \
18
19
- rm -rf kernel-headers-3.12.6-5
+ rm -rf kernel-headers-3.12.6-6
20
ENV PATH=$PATH:/musl-x86_64/bin:/rust/bin
0 commit comments