qemu-e2k/tests/docker/dockerfiles
Philippe Mathieu-Daudé 4491c46879 tests/lcitool: Install libibumad to cover RDMA on Debian based distros
On Debian we also need libibumad to enable RDMA:

  $ ../configure --enable-rdma

  ERROR:  OpenFabrics librdmacm/libibverbs/libibumad not present.
          Your options:
           (1) Fast: Install infiniband packages (devel) from your distro.
           (2) Cleanest: Install libraries from www.openfabrics.org
           (3) Also: Install softiwarp if you don't have RDMA hardware

Add the dependency to lcitool's qemu.yml (where librdmacm and
libibverbs are already listed) and refresh the generated files
by running:

      $ make lcitool-refresh

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20220121154134.315047-8-f4bug@amsat.org>
Message-Id: <20220204204335.1689602-12-alex.bennee@linaro.org>
2022-02-09 12:08:42 +00:00
..
debian-hexagon-cross.docker.d docker: Add Hexagon image 2021-05-18 09:35:39 +01:00
debian-microblaze-cross.d tests/docker: Add debian-microblaze-cross image 2021-11-04 10:32:00 +00:00
debian-nios2-cross.d tests/docker: Add debian-nios2-cross image 2021-11-04 10:31:32 +00:00
alpine.docker tests/lcitool: Refresh submodule and remove libxml2 2022-02-09 12:08:42 +00:00
centos8.docker tests/lcitool: Refresh submodule and remove libxml2 2022-02-09 12:08:42 +00:00
debian-all-test-cross.docker tests/docker: add a linux-user testing focused image 2020-07-11 15:53:00 +01:00
debian-alpha-cross.docker tests/docker: change tag naming scheme of our images 2020-07-11 15:53:00 +01:00
debian-amd64-cross.docker tests/docker: change tag naming scheme of our images 2020-07-11 15:53:00 +01:00
debian-amd64.docker gitlab-ci.yml: Avoid some submodules to speed up the CI a little bit 2021-01-26 18:38:37 +01:00
debian-arm64-cross.docker tests/docker: change tag naming scheme of our images 2020-07-11 15:53:00 +01:00
debian-arm64-test-cross.docker tests/docker: change tag naming scheme of our images 2020-07-11 15:53:00 +01:00
debian-armel-cross.docker tests/docker: change tag naming scheme of our images 2020-07-11 15:53:00 +01:00
debian-armhf-cross.docker tests/docker: change tag naming scheme of our images 2020-07-11 15:53:00 +01:00
debian-bootstrap.docker docker: add commentary to debian-bootstrap.docker 2018-07-24 11:45:25 +01:00
debian-bootstrap.pre tests/docker: add support for DEB_KEYRING 2020-07-27 09:41:35 +01:00
debian-hexagon-cross.docker docker: Add Hexagon image 2021-05-18 09:35:39 +01:00
debian-hppa-cross.docker tests/docker: change tag naming scheme of our images 2020-07-11 15:53:00 +01:00
debian-m68k-cross.docker tests/docker: change tag naming scheme of our images 2020-07-11 15:53:00 +01:00
debian-mips-cross.docker tests/docker: change tag naming scheme of our images 2020-07-11 15:53:00 +01:00
debian-mips64-cross.docker tests/docker: change tag naming scheme of our images 2020-07-11 15:53:00 +01:00
debian-mips64el-cross.docker tests/docker: change tag naming scheme of our images 2020-07-11 15:53:00 +01:00
debian-mipsel-cross.docker tests/docker: change tag naming scheme of our images 2020-07-11 15:53:00 +01:00
debian-native.docker tests/docker: add a debian-native image and make available 2021-10-12 08:38:10 +01:00
debian-powerpc-test-cross.docker tests/docker: gcc-10 based images for ppc64{,le} tests 2021-05-18 09:36:21 +01:00
debian-ppc64el-cross.docker tests/docker: change tag naming scheme of our images 2020-07-11 15:53:00 +01:00
debian-riscv64-cross.docker tests/docker: promote debian-riscv64-cross to a full image 2021-10-12 08:37:05 +01:00
debian-s390x-cross.docker tests/docker: change tag naming scheme of our images 2020-07-11 15:53:00 +01:00
debian-sh4-cross.docker tests/docker: change tag naming scheme of our images 2020-07-11 15:53:00 +01:00
debian-sparc64-cross.docker tests/docker: change tag naming scheme of our images 2020-07-11 15:53:00 +01:00
debian-toolchain.docker tests/docker: Add debian-nios2-cross image 2021-11-04 10:31:32 +00:00
debian-tricore-cross.docker docker: include bison in debian-tricore-cross 2022-01-18 16:44:16 +00:00
debian-xtensa-cross.docker tests/docker: use explicit docker.io registry 2021-07-14 14:33:53 +01:00
debian10.docker tests/docker: remove FEATURES env var from templates 2021-07-14 14:33:53 +01:00
debian11.docker tests/docker: use explicit docker.io registry 2021-07-14 14:33:53 +01:00
empty.docker tests/docker: add a docker-exec-copy-test 2021-02-08 09:41:00 +00:00
fedora-cris-cross.docker tests/docker: use project specific container registries 2021-07-14 14:33:53 +01:00
fedora-i386-cross.docker nbd/server: Add --selinux-label option 2021-11-16 10:16:38 -06:00
fedora-win32-cross.docker docker: add msitools to Fedora/mingw cross 2022-01-27 12:08:44 +01:00
fedora-win64-cross.docker docker: add msitools to Fedora/mingw cross 2022-01-27 12:08:44 +01:00
fedora.docker tests/lcitool: Refresh submodule and remove libxml2 2022-02-09 12:08:42 +00:00
opensuse-leap.docker tests/lcitool: Refresh submodule and remove libxml2 2022-02-09 12:08:42 +00:00
python.docker gitlab: add python linters to CI 2021-06-01 16:21:21 -04:00
ubuntu1804.docker tests/lcitool: Install libibumad to cover RDMA on Debian based distros 2022-02-09 12:08:42 +00:00
ubuntu2004.docker tests/lcitool: Install libibumad to cover RDMA on Debian based distros 2022-02-09 12:08:42 +00:00