mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-05 12:51:12 +00:00
555b880aae
Contains changes utilizing "nosync" and "eatmydata" for speedup as well as fixes for CentOS-8 repoid regression. ci-commit: b098ec6631a85880f818f2dd25c437d509e53680 Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Signed-off-by: Erik Skultety <eskultet@redhat.com>
124 lines
4.0 KiB
Docker
124 lines
4.0 KiB
Docker
# THIS FILE WAS AUTO-GENERATED
|
|
#
|
|
# $ lcitool dockerfile --cross armv7l debian-sid libvirt
|
|
#
|
|
# https://gitlab.com/libvirt/libvirt-ci/-/commit/b098ec6631a85880f818f2dd25c437d509e53680
|
|
FROM docker.io/library/debian:sid-slim
|
|
|
|
RUN export DEBIAN_FRONTEND=noninteractive && \
|
|
apt-get update && \
|
|
apt-get install -y eatmydata && \
|
|
eatmydata apt-get dist-upgrade -y && \
|
|
eatmydata apt-get install --no-install-recommends -y \
|
|
augeas-lenses \
|
|
augeas-tools \
|
|
bash-completion \
|
|
ca-certificates \
|
|
ccache \
|
|
clang \
|
|
diffutils \
|
|
dnsmasq-base \
|
|
dwarves \
|
|
ebtables \
|
|
flake8 \
|
|
gcc \
|
|
gettext \
|
|
git \
|
|
iproute2 \
|
|
kmod \
|
|
libc-dev-bin \
|
|
libxml2-utils \
|
|
locales \
|
|
lvm2 \
|
|
make \
|
|
meson \
|
|
nfs-common \
|
|
ninja-build \
|
|
numad \
|
|
open-iscsi \
|
|
parted \
|
|
perl \
|
|
pkgconf \
|
|
policykit-1 \
|
|
python3 \
|
|
python3-docutils \
|
|
qemu-utils \
|
|
radvd \
|
|
scrub \
|
|
xsltproc \
|
|
zfs-fuse && \
|
|
eatmydata apt-get autoremove -y && \
|
|
eatmydata apt-get autoclean -y && \
|
|
sed -Ei 's,^# (en_US\.UTF-8 .*)$,\1,' /etc/locale.gen && \
|
|
dpkg-reconfigure locales && \
|
|
dpkg-query --showformat '${Package}_${Version}_${Architecture}\n' --show > /packages.txt && \
|
|
mkdir -p /usr/libexec/ccache-wrappers && \
|
|
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/arm-linux-gnueabihf-cc && \
|
|
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/arm-linux-gnueabihf-$(basename /usr/bin/gcc)
|
|
|
|
RUN export DEBIAN_FRONTEND=noninteractive && \
|
|
dpkg --add-architecture armhf && \
|
|
eatmydata apt-get update && \
|
|
eatmydata apt-get dist-upgrade -y && \
|
|
eatmydata apt-get install --no-install-recommends -y dpkg-dev && \
|
|
eatmydata apt-get install --no-install-recommends -y \
|
|
gcc-arm-linux-gnueabihf \
|
|
libacl1-dev:armhf \
|
|
libapparmor-dev:armhf \
|
|
libattr1-dev:armhf \
|
|
libaudit-dev:armhf \
|
|
libavahi-client-dev:armhf \
|
|
libblkid-dev:armhf \
|
|
libc6-dev:armhf \
|
|
libcap-ng-dev:armhf \
|
|
libcurl4-gnutls-dev:armhf \
|
|
libdbus-1-dev:armhf \
|
|
libdevmapper-dev:armhf \
|
|
libfuse-dev:armhf \
|
|
libglib2.0-dev:armhf \
|
|
libglusterfs-dev:armhf \
|
|
libgnutls28-dev:armhf \
|
|
libiscsi-dev:armhf \
|
|
libnl-3-dev:armhf \
|
|
libnl-route-3-dev:armhf \
|
|
libnuma-dev:armhf \
|
|
libparted-dev:armhf \
|
|
libpcap0.8-dev:armhf \
|
|
libpciaccess-dev:armhf \
|
|
librbd-dev:armhf \
|
|
libreadline-dev:armhf \
|
|
libsanlock-dev:armhf \
|
|
libsasl2-dev:armhf \
|
|
libselinux1-dev:armhf \
|
|
libssh-gcrypt-dev:armhf \
|
|
libssh2-1-dev:armhf \
|
|
libtirpc-dev:armhf \
|
|
libudev-dev:armhf \
|
|
libxen-dev:armhf \
|
|
libxml2-dev:armhf \
|
|
libyajl-dev:armhf \
|
|
xfslibs-dev:armhf && \
|
|
eatmydata apt-get autoremove -y && \
|
|
eatmydata apt-get autoclean -y && \
|
|
mkdir -p /usr/local/share/meson/cross && \
|
|
echo "[binaries]\n\
|
|
c = '/usr/bin/arm-linux-gnueabihf-gcc'\n\
|
|
ar = '/usr/bin/arm-linux-gnueabihf-gcc-ar'\n\
|
|
strip = '/usr/bin/arm-linux-gnueabihf-strip'\n\
|
|
pkgconfig = '/usr/bin/arm-linux-gnueabihf-pkg-config'\n\
|
|
\n\
|
|
[host_machine]\n\
|
|
system = 'linux'\n\
|
|
cpu_family = 'arm'\n\
|
|
cpu = 'armhf'\n\
|
|
endian = 'little'" > /usr/local/share/meson/cross/arm-linux-gnueabihf
|
|
|
|
ENV LANG "en_US.UTF-8"
|
|
ENV MAKE "/usr/bin/make"
|
|
ENV NINJA "/usr/bin/ninja"
|
|
ENV PYTHON "/usr/bin/python3"
|
|
ENV CCACHE_WRAPPERSDIR "/usr/libexec/ccache-wrappers"
|
|
|
|
ENV ABI "arm-linux-gnueabihf"
|
|
ENV MESON_OPTS "--cross-file=arm-linux-gnueabihf"
|