Searched +full:librbd +full:- +full:devel (Results 1 – 6 of 6) sorted by relevance
1 # THIS FILE WAS AUTO-GENERATED3 # $ lcitool dockerfile --layers all opensuse-leap-15 qemu5 # https://gitlab.com/libvirt/libvirt-ci9 RUN zypper update -y && \10 …zypper addrepo -fc https://download.opensuse.org/update/leap/15.6/backports/openSUSE:Backports:SLE…11 zypper install -y \12 Mesa-devel \13 alsa-lib-devel \17 brlapi-devel \19 ca-certificates \[all …]
1 # THIS FILE WAS AUTO-GENERATED3 # $ lcitool dockerfile --layers all centos-stream-9 qemu5 # https://gitlab.com/libvirt/libvirt-ci9 RUN dnf distro-sync -y && \10 dnf install 'dnf-command(config-manager)' -y && \11 dnf config-manager --set-enabled -y crb && \12 dnf install -y epel-release && \13 dnf install -y epel-next-release && \14 dnf install -y \15 SDL2-devel \[all …]
1 # THIS FILE WAS AUTO-GENERATED3 # $ lcitool dockerfile --layers all fedora-40 qemu5 # https://gitlab.com/libvirt/libvirt-ci9 RUN dnf install -y nosync && \11 if test -d /usr/lib64\n\19 nosync dnf update -y && \20 nosync dnf install -y \21 SDL2-devel \22 SDL2_image-devel \23 alsa-lib-devel \[all …]
1 # syntax=docker/dockerfile:1.0.0-experimental16 # run-coverity-scan script.20 RUN dnf install -y nosync && \21 echo -e '#!/bin/sh\n\22 if test -d /usr/lib64\n\30 nosync dnf update -y && \31 nosync dnf install -y \32 SDL2-devel \33 SDL2_image-devel \34 alsa-lib-devel \[all …]
15 meson.add_postconf_script(find_program('scripts/symlink-install-tree.py'))28 config_host = keyval.load(meson.current_build_dir() / 'config-host.mak')35 tmpdir = meson.current_build_dir() / 'meson-private/temp'66 have_linux_user = have_linux_user or target.endswith('linux-user')67 have_bsd_user = have_bsd_user or target.endswith('bsd-user')68 have_system = have_system or target.endswith('-softmmu')113 …dgen.version() + ' is unsupported. You can install a new version with "cargo install bindgen-cli"')120 message('To use Rust you can install a new version with "cargo install bindgen-cli"')128 '--rustc-version', rustc.version(),129 '--workspace', meson.project_source_root() / 'rust'][all …]