reordered commands
Some checks failed
CI / Build arch-builder docker images (push) Failing after 2m33s

This commit is contained in:
2024-07-07 17:08:07 +08:00
parent f317959f42
commit 70dbff37bd

View File

@@ -4,29 +4,7 @@ COPY mirrorlist /etc/pacman.d/mirrolist
RUN pacman-key --refresh-keys
RUN pacman -Syu --noconfirm
RUN pacman -S --noconfirm --needed \
git \
rustup \
cmake \
base-devel \
meson \
bc \
cpio \
gettext \
libelf \
pahole \
perl \
python \
tar \
xz \
graphviz \
imagemagick \
python-sphinx \
python-yaml \
openssh \
texlive-latexextra \
ccache \
jdk21-openjdk
RUN pacman -S --noconfirm --needed curl rustup
RUN mkdir downloads
RUN curl --retry 3 https://gitea.woggioni.net/api/packages/woggioni/generic/aarch64-unknown-linux-musl-gcc/13.2.0/aarch64-unknown-linux-musl-gcc-13.2.0-1-x86_64.pkg.tar.zst \
@@ -70,4 +48,36 @@ RUN rustup target add \
RUN mkdir .cargo
COPY config.toml .cargo/
RUN pacman -S --noconfirm --needed \
git \
cmake \
base-devel \
meson \
bc \
cpio \
gettext \
libelf \
pahole \
perl \
python \
python-pip \
python-build \
python-wheel \
maven \
tar \
xz \
graphviz \
imagemagick \
python-sphinx \
python-yaml \
openssh \
texlive-latexextra \
ccache \
lzop \
lz4 \
bzip2 \
gzip \
upx \
jdk21-openjdk