docker/coreboot-sdk: Add meson
This is needed to build opensil. With meson and ninja added to the coreboot-sdk image there is no need have them in the jenkins node image. Change-Id: I36188ae895f2a770f1dc4528f332c09bf386db73 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/80736 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
This commit is contained in:
committed by
Felix Singer
parent
6d1560f05d
commit
55b3c0466c
@ -23,8 +23,6 @@ RUN apt-get -y update && \
|
|||||||
liblua5.4-dev \
|
liblua5.4-dev \
|
||||||
linkchecker \
|
linkchecker \
|
||||||
lua5.4 \
|
lua5.4 \
|
||||||
meson \
|
|
||||||
ninja-build \
|
|
||||||
openssh-server \
|
openssh-server \
|
||||||
parallel \
|
parallel \
|
||||||
ruby-full \
|
ruby-full \
|
||||||
|
@ -64,8 +64,10 @@ RUN \
|
|||||||
libyaml-dev \
|
libyaml-dev \
|
||||||
m4 \
|
m4 \
|
||||||
make \
|
make \
|
||||||
|
meson \
|
||||||
msitools \
|
msitools \
|
||||||
neovim \
|
neovim \
|
||||||
|
ninja-build \
|
||||||
openssh-client \
|
openssh-client \
|
||||||
openssl \
|
openssl \
|
||||||
parted \
|
parted \
|
||||||
|
Reference in New Issue
Block a user