mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-03 06:53:18 +02:00
manibuilder: Add libjaylink where possible, disable where not
Change-Id: I2f7aebe602ebdb0a4748640e281b9a92146f0ca8 Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.coreboot.org/c/flashrom/+/33338 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: David Hendricks <david.hendricks@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
@ -3,7 +3,8 @@ FROM manibase
|
||||
RUN \
|
||||
useradd -p locked -m mani && \
|
||||
dnf install -q -y git gcc ccache make \
|
||||
pciutils-devel libusb-devel libusbx-devel libftdi-devel && \
|
||||
pciutils-devel libusb-devel libusbx-devel libftdi-devel \
|
||||
libjaylink-devel && \
|
||||
dnf clean -q -y all
|
||||
|
||||
USER mani
|
||||
|
Reference in New Issue
Block a user