Build manually
Some checks failed
Build Linux Containers / build-and-push-mingw-image (push) Successful in 2m28s
Build Linux Containers / build-and-push-linux-image (linux-arm64) (push) Failing after 6m9s
Build Linux Containers / build-and-push-linux-image (linux-x64) (push) Has been cancelled
Build Linux Containers / build-and-push-linux-image (linux-riscv64) (push) Has been cancelled
Some checks failed
Build Linux Containers / build-and-push-mingw-image (push) Successful in 2m28s
Build Linux Containers / build-and-push-linux-image (linux-arm64) (push) Failing after 6m9s
Build Linux Containers / build-and-push-linux-image (linux-x64) (push) Has been cancelled
Build Linux Containers / build-and-push-linux-image (linux-riscv64) (push) Has been cancelled
This commit is contained in:
@@ -1,6 +1,30 @@
|
||||
FROM archlinux:latest
|
||||
FROM docker.gitea.com/runner-images:ubuntu-24.04
|
||||
|
||||
RUN pacman --noconfirm -Syu && pacman --noconfirm -Sy wget sudo arch-install-scripts git cmake make mbedtls ncurses rsync bison flex git gperf help2man lzip python unzip base-devel nodejs npm
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
RUN apt-get -y update && apt-get -y install \
|
||||
autoconf \
|
||||
automake \
|
||||
bison \
|
||||
build-essential \
|
||||
flex \
|
||||
gawk \
|
||||
gettext \
|
||||
g++ \
|
||||
git \
|
||||
help2man \
|
||||
libncurses5-dev \
|
||||
libtool-bin \
|
||||
python3-dev \
|
||||
texinfo \
|
||||
unzip \
|
||||
wget \
|
||||
ninja-build \
|
||||
cmake \
|
||||
curl \
|
||||
zip \
|
||||
tar \
|
||||
gzip
|
||||
#RUN pacman --noconfirm -Syu && pacman --noconfirm -Sy wget sudo arch-install-scripts git cmake make mbedtls ncurses rsync bison flex git gperf help2man lzip python unzip base-devel nodejs npm
|
||||
RUN git clone https://github.com/crosstool-ng/crosstool-ng && cd ./crosstool-ng && ./bootstrap && ./configure && make install
|
||||
|
||||
|
||||
@@ -15,7 +39,7 @@ USER build
|
||||
|
||||
WORKDIR /home/build/ct
|
||||
|
||||
RUN cp /tmp/config .config && ct-ng build.2 && rm -rf *
|
||||
RUN cp /tmp/config .config && ct-ng build.6 && rm -rf *
|
||||
|
||||
USER root
|
||||
|
||||
|
||||
Reference in New Issue
Block a user