
The mips64el cross setup is very broken for bullseye which has now entered LTS support so is unlikely to be fixed. While we still can't build the container with all packages for bookworm due to a single missing dependency that will hopefully get fixed in due course. For the sake of keeping the CI green we disable the problematic packages via the lcitool's mappings.yml file. See also: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1081535 Signed-off-by: Alex Bennée <alex.bennee@linaro.org> [thuth: Disable the problematic packages via lcitool's mappings.yml] Message-ID: <20241002080333.127172-1-thuth@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com> (cherry picked from commit c60473d29254b79d9437eface8b342e84663ba66) Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
104 lines
1.5 KiB
YAML
104 lines
1.5 KiB
YAML
mappings:
|
|
flake8:
|
|
OpenSUSELeap15:
|
|
|
|
# Due to https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1081535 we
|
|
# have to disable all packages that depend on libgl1-mesa-dri:mips64el
|
|
gtk3:
|
|
mips64el-deb:
|
|
|
|
libdrm:
|
|
mips64el-deb:
|
|
|
|
libepoxy:
|
|
mips64el-deb:
|
|
|
|
mesa-libgbm:
|
|
mips64el-deb:
|
|
|
|
meson:
|
|
OpenSUSELeap15:
|
|
|
|
python3:
|
|
OpenSUSELeap15: python311-base
|
|
|
|
python3-PyYAML:
|
|
OpenSUSELeap15:
|
|
|
|
python3-devel:
|
|
OpenSUSELeap15: python311-devel
|
|
|
|
python3-docutils:
|
|
OpenSUSELeap15:
|
|
|
|
python3-numpy:
|
|
OpenSUSELeap15:
|
|
|
|
python3-opencv:
|
|
OpenSUSELeap15:
|
|
|
|
python3-pillow:
|
|
OpenSUSELeap15:
|
|
|
|
python3-pip:
|
|
OpenSUSELeap15: python311-pip
|
|
|
|
python3-pillow:
|
|
OpenSUSELeap15:
|
|
|
|
python3-selinux:
|
|
OpenSUSELeap15:
|
|
|
|
python3-setuptools:
|
|
OpenSUSELeap15: python311-setuptools
|
|
|
|
python3-sphinx:
|
|
OpenSUSELeap15:
|
|
|
|
python3-sphinx-rtd-theme:
|
|
OpenSUSELeap15:
|
|
|
|
python3-sqlite3:
|
|
OpenSUSELeap15: python311
|
|
|
|
python3-tomli:
|
|
# test using tomllib
|
|
apk:
|
|
Fedora:
|
|
Debian12:
|
|
OpenSUSELeap15:
|
|
|
|
python3-venv:
|
|
OpenSUSELeap15: python311-base
|
|
|
|
python3-wheel:
|
|
OpenSUSELeap15: python311-pip
|
|
|
|
sdl2:
|
|
mips64el-deb:
|
|
|
|
sdl2-image:
|
|
mips64el-deb:
|
|
|
|
virglrenderer:
|
|
mips64el-deb:
|
|
|
|
vte:
|
|
mips64el-deb:
|
|
|
|
pypi_mappings:
|
|
# Request more recent version
|
|
meson:
|
|
default: meson==0.63.2
|
|
|
|
# Drop packages that need devel headers
|
|
python3-numpy:
|
|
OpenSUSELeap15:
|
|
|
|
# see above
|
|
python3-tomli:
|
|
apk:
|
|
Fedora:
|
|
Debian12:
|
|
OpenSUSELeap15:
|