util/docker/archlinux: Add more packages allowing CI builds
Following commands were used to test if everything builds: * make crossgcc * make clang * make what-jenkins-does Change-Id: I757e6dbac557bcb640777b819529a978bf54ed93 Signed-off-by: Felix Singer <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/79314 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Zebreus <lennarteichhorn@googlemail.com> Reviewed-by: Martin L Roth <gaumless@gmail.com>
This commit is contained in:
committed by
Felix Singer
parent
81ceea1592
commit
b690ee5951
@@ -13,17 +13,23 @@ RUN pacman-key --init && \
|
|||||||
RUN pacman -S --noconfirm \
|
RUN pacman -S --noconfirm \
|
||||||
base-devel \
|
base-devel \
|
||||||
bash-completion \
|
bash-completion \
|
||||||
|
bc \
|
||||||
bzip2 \
|
bzip2 \
|
||||||
ccache \
|
ccache \
|
||||||
|
cmake \
|
||||||
cscope \
|
cscope \
|
||||||
|
dtc \
|
||||||
gcc-ada \
|
gcc-ada \
|
||||||
git \
|
git \
|
||||||
go \
|
go \
|
||||||
htop \
|
htop \
|
||||||
lcov \
|
lcov \
|
||||||
less \
|
less \
|
||||||
|
meson \
|
||||||
msitools \
|
msitools \
|
||||||
neovim \
|
neovim \
|
||||||
|
nss \
|
||||||
|
openssh \
|
||||||
openssl \
|
openssl \
|
||||||
python3 \
|
python3 \
|
||||||
shellcheck \
|
shellcheck \
|
||||||
|
Reference in New Issue
Block a user