mirror of
https://github.com/richfelker/musl-cross-make.git
synced 2025-04-20 07:54:59 +02:00
Move Dockerfile to different repo due to Docker layer caching being braindead
This commit is contained in:
parent
ea3f6da2ef
commit
900c25e96d
@ -1 +0,0 @@
|
|||||||
Dockerfile
|
|
11
Dockerfile
11
Dockerfile
@ -1,11 +0,0 @@
|
|||||||
FROM alpine as build
|
|
||||||
RUN apk add alpine-sdk make curl xz bison linux-headers
|
|
||||||
WORKDIR /src
|
|
||||||
COPY . /src
|
|
||||||
|
|
||||||
RUN make sources/gcc-13.2.0.tar.xz
|
|
||||||
RUN make sources/binutils-2.41.tar.xz
|
|
||||||
RUN make -j$(nproc) TARGET=aarch64-linux-musl
|
|
||||||
RUN make install TARGET=aarch64-linux-musl
|
|
||||||
|
|
||||||
|
|
2
Makefile
2
Makefile
@ -9,7 +9,7 @@ MPC_VER = 1.3.1
|
|||||||
MPFR_VER = 4.2.1
|
MPFR_VER = 4.2.1
|
||||||
LINUX_VER = 6.3.3
|
LINUX_VER = 6.3.3
|
||||||
|
|
||||||
GNU_SITE = https://mirror.aarnet.edu.au/pub/gnu/
|
GNU_SITE = https://ftpmirror.gnu.org/gnu
|
||||||
GCC_SITE = $(GNU_SITE)/gcc
|
GCC_SITE = $(GNU_SITE)/gcc
|
||||||
BINUTILS_SITE = $(GNU_SITE)/binutils
|
BINUTILS_SITE = $(GNU_SITE)/binutils
|
||||||
GMP_SITE = $(GNU_SITE)/gmp
|
GMP_SITE = $(GNU_SITE)/gmp
|
||||||
|
Loading…
Reference in New Issue
Block a user