2021-09-10 14:54:44 +00:00
|
|
|
# THIS FILE WAS AUTO-GENERATED
|
|
|
|
#
|
|
|
|
# $ lcitool manifest ci/manifest.yml
|
|
|
|
#
|
|
|
|
# https://gitlab.com/libvirt/libvirt-ci
|
|
|
|
|
|
|
|
FROM docker.io/library/debian:11-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 \
|
2022-01-03 15:48:18 +00:00
|
|
|
codespell \
|
2021-09-10 14:54:44 +00:00
|
|
|
cpp \
|
|
|
|
diffutils \
|
|
|
|
dnsmasq-base \
|
|
|
|
dwarves \
|
|
|
|
ebtables \
|
|
|
|
flake8 \
|
|
|
|
gettext \
|
|
|
|
git \
|
|
|
|
grep \
|
|
|
|
iproute2 \
|
|
|
|
iptables \
|
|
|
|
kmod \
|
|
|
|
libc-dev-bin \
|
|
|
|
libxml2-utils \
|
|
|
|
locales \
|
|
|
|
lvm2 \
|
|
|
|
make \
|
|
|
|
meson \
|
|
|
|
nfs-common \
|
|
|
|
ninja-build \
|
|
|
|
numad \
|
|
|
|
open-iscsi \
|
|
|
|
parted \
|
|
|
|
perl-base \
|
|
|
|
pkgconf \
|
|
|
|
policykit-1 \
|
|
|
|
python3 \
|
|
|
|
python3-docutils \
|
|
|
|
qemu-utils \
|
|
|
|
scrub \
|
|
|
|
sed \
|
2022-01-03 15:48:18 +00:00
|
|
|
xsltproc && \
|
2021-09-10 14:54:44 +00:00
|
|
|
eatmydata apt-get autoremove -y && \
|
|
|
|
eatmydata apt-get autoclean -y && \
|
|
|
|
sed -Ei 's,^# (en_US\.UTF-8 .*)$,\1,' /etc/locale.gen && \
|
2021-10-20 10:37:16 +00:00
|
|
|
dpkg-reconfigure locales
|
2021-09-10 14:54:44 +00:00
|
|
|
|
2021-12-22 16:24:43 +00:00
|
|
|
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"
|
|
|
|
|
2021-09-10 14:54:44 +00:00
|
|
|
RUN export DEBIAN_FRONTEND=noninteractive && \
|
|
|
|
dpkg --add-architecture mipsel && \
|
|
|
|
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-mipsel-linux-gnu \
|
|
|
|
libacl1-dev:mipsel \
|
|
|
|
libapparmor-dev:mipsel \
|
|
|
|
libattr1-dev:mipsel \
|
|
|
|
libaudit-dev:mipsel \
|
|
|
|
libblkid-dev:mipsel \
|
|
|
|
libc6-dev:mipsel \
|
|
|
|
libcap-ng-dev:mipsel \
|
|
|
|
libcurl4-gnutls-dev:mipsel \
|
|
|
|
libdevmapper-dev:mipsel \
|
|
|
|
libfuse-dev:mipsel \
|
|
|
|
libglib2.0-dev:mipsel \
|
|
|
|
libglusterfs-dev:mipsel \
|
|
|
|
libgnutls28-dev:mipsel \
|
|
|
|
libiscsi-dev:mipsel \
|
|
|
|
libnl-3-dev:mipsel \
|
|
|
|
libnl-route-3-dev:mipsel \
|
|
|
|
libnuma-dev:mipsel \
|
|
|
|
libparted-dev:mipsel \
|
|
|
|
libpcap0.8-dev:mipsel \
|
|
|
|
libpciaccess-dev:mipsel \
|
|
|
|
librbd-dev:mipsel \
|
|
|
|
libreadline-dev:mipsel \
|
|
|
|
libsanlock-dev:mipsel \
|
|
|
|
libsasl2-dev:mipsel \
|
|
|
|
libselinux1-dev:mipsel \
|
|
|
|
libssh-gcrypt-dev:mipsel \
|
|
|
|
libssh2-1-dev:mipsel \
|
|
|
|
libtirpc-dev:mipsel \
|
|
|
|
libudev-dev:mipsel \
|
|
|
|
libxml2-dev:mipsel \
|
|
|
|
libyajl-dev:mipsel \
|
|
|
|
systemtap-sdt-dev:mipsel \
|
|
|
|
xfslibs-dev:mipsel && \
|
|
|
|
eatmydata apt-get autoremove -y && \
|
|
|
|
eatmydata apt-get autoclean -y && \
|
|
|
|
mkdir -p /usr/local/share/meson/cross && \
|
|
|
|
echo "[binaries]\n\
|
|
|
|
c = '/usr/bin/mipsel-linux-gnu-gcc'\n\
|
|
|
|
ar = '/usr/bin/mipsel-linux-gnu-gcc-ar'\n\
|
|
|
|
strip = '/usr/bin/mipsel-linux-gnu-strip'\n\
|
|
|
|
pkgconfig = '/usr/bin/mipsel-linux-gnu-pkg-config'\n\
|
|
|
|
\n\
|
|
|
|
[host_machine]\n\
|
|
|
|
system = 'linux'\n\
|
|
|
|
cpu_family = 'mips'\n\
|
|
|
|
cpu = 'mipsel'\n\
|
2021-10-20 10:37:16 +00:00
|
|
|
endian = 'little'" > /usr/local/share/meson/cross/mipsel-linux-gnu && \
|
|
|
|
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/mipsel-linux-gnu-cc && \
|
|
|
|
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/mipsel-linux-gnu-gcc
|
2021-09-10 14:54:44 +00:00
|
|
|
|
|
|
|
ENV ABI "mipsel-linux-gnu"
|
|
|
|
ENV MESON_OPTS "--cross-file=mipsel-linux-gnu"
|