mirror of https://github.com/xemu-project/xemu.git
tests: bump libvirt-ci for libasan and libxdp
This pulls in the fixes for libasan version as well as support for libxdp that will be used for af-xdp netdev in the next commits. Signed-off-by: Ilya Maximets <i.maximets@ovn.org> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Signed-off-by: Jason Wang <jasowang@redhat.com>
This commit is contained in:
parent
e710f9c470
commit
a6f376e9ba
|
@ -84,7 +84,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
|
||||||
g++-x86-64-linux-gnu \
|
g++-x86-64-linux-gnu \
|
||||||
gcc-x86-64-linux-gnu \
|
gcc-x86-64-linux-gnu \
|
||||||
libaio-dev:amd64 \
|
libaio-dev:amd64 \
|
||||||
libasan5:amd64 \
|
libasan6:amd64 \
|
||||||
libasound2-dev:amd64 \
|
libasound2-dev:amd64 \
|
||||||
libattr1-dev:amd64 \
|
libattr1-dev:amd64 \
|
||||||
libbpf-dev:amd64 \
|
libbpf-dev:amd64 \
|
||||||
|
|
|
@ -32,7 +32,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
|
||||||
git \
|
git \
|
||||||
hostname \
|
hostname \
|
||||||
libaio-dev \
|
libaio-dev \
|
||||||
libasan5 \
|
libasan6 \
|
||||||
libasound2-dev \
|
libasound2-dev \
|
||||||
libattr1-dev \
|
libattr1-dev \
|
||||||
libbpf-dev \
|
libbpf-dev \
|
||||||
|
|
|
@ -84,7 +84,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
|
||||||
g++-aarch64-linux-gnu \
|
g++-aarch64-linux-gnu \
|
||||||
gcc-aarch64-linux-gnu \
|
gcc-aarch64-linux-gnu \
|
||||||
libaio-dev:arm64 \
|
libaio-dev:arm64 \
|
||||||
libasan5:arm64 \
|
libasan6:arm64 \
|
||||||
libasound2-dev:arm64 \
|
libasound2-dev:arm64 \
|
||||||
libattr1-dev:arm64 \
|
libattr1-dev:arm64 \
|
||||||
libbpf-dev:arm64 \
|
libbpf-dev:arm64 \
|
||||||
|
|
|
@ -84,7 +84,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
|
||||||
g++-arm-linux-gnueabi \
|
g++-arm-linux-gnueabi \
|
||||||
gcc-arm-linux-gnueabi \
|
gcc-arm-linux-gnueabi \
|
||||||
libaio-dev:armel \
|
libaio-dev:armel \
|
||||||
libasan5:armel \
|
libasan6:armel \
|
||||||
libasound2-dev:armel \
|
libasound2-dev:armel \
|
||||||
libattr1-dev:armel \
|
libattr1-dev:armel \
|
||||||
libbpf-dev:armel \
|
libbpf-dev:armel \
|
||||||
|
|
|
@ -84,7 +84,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
|
||||||
g++-arm-linux-gnueabihf \
|
g++-arm-linux-gnueabihf \
|
||||||
gcc-arm-linux-gnueabihf \
|
gcc-arm-linux-gnueabihf \
|
||||||
libaio-dev:armhf \
|
libaio-dev:armhf \
|
||||||
libasan5:armhf \
|
libasan6:armhf \
|
||||||
libasound2-dev:armhf \
|
libasound2-dev:armhf \
|
||||||
libattr1-dev:armhf \
|
libattr1-dev:armhf \
|
||||||
libbpf-dev:armhf \
|
libbpf-dev:armhf \
|
||||||
|
|
|
@ -84,7 +84,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
|
||||||
g++-powerpc64le-linux-gnu \
|
g++-powerpc64le-linux-gnu \
|
||||||
gcc-powerpc64le-linux-gnu \
|
gcc-powerpc64le-linux-gnu \
|
||||||
libaio-dev:ppc64el \
|
libaio-dev:ppc64el \
|
||||||
libasan5:ppc64el \
|
libasan6:ppc64el \
|
||||||
libasound2-dev:ppc64el \
|
libasound2-dev:ppc64el \
|
||||||
libattr1-dev:ppc64el \
|
libattr1-dev:ppc64el \
|
||||||
libbpf-dev:ppc64el \
|
libbpf-dev:ppc64el \
|
||||||
|
|
|
@ -84,7 +84,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
|
||||||
g++-s390x-linux-gnu \
|
g++-s390x-linux-gnu \
|
||||||
gcc-s390x-linux-gnu \
|
gcc-s390x-linux-gnu \
|
||||||
libaio-dev:s390x \
|
libaio-dev:s390x \
|
||||||
libasan5:s390x \
|
libasan6:s390x \
|
||||||
libasound2-dev:s390x \
|
libasound2-dev:s390x \
|
||||||
libattr1-dev:s390x \
|
libattr1-dev:s390x \
|
||||||
libbpf-dev:s390x \
|
libbpf-dev:s390x \
|
||||||
|
|
|
@ -40,7 +40,7 @@ RUN zypper update -y && \
|
||||||
libSDL2-devel \
|
libSDL2-devel \
|
||||||
libSDL2_image-devel \
|
libSDL2_image-devel \
|
||||||
libaio-devel \
|
libaio-devel \
|
||||||
libasan6 \
|
libasan8 \
|
||||||
libattr-devel \
|
libattr-devel \
|
||||||
libbpf-devel \
|
libbpf-devel \
|
||||||
libbz2-devel \
|
libbz2-devel \
|
||||||
|
|
|
@ -32,7 +32,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
|
||||||
git \
|
git \
|
||||||
hostname \
|
hostname \
|
||||||
libaio-dev \
|
libaio-dev \
|
||||||
libasan5 \
|
libasan6 \
|
||||||
libasound2-dev \
|
libasound2-dev \
|
||||||
libattr1-dev \
|
libattr1-dev \
|
||||||
libbrlapi-dev \
|
libbrlapi-dev \
|
||||||
|
|
|
@ -32,7 +32,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
|
||||||
git \
|
git \
|
||||||
hostname \
|
hostname \
|
||||||
libaio-dev \
|
libaio-dev \
|
||||||
libasan5 \
|
libasan6 \
|
||||||
libasound2-dev \
|
libasound2-dev \
|
||||||
libattr1-dev \
|
libattr1-dev \
|
||||||
libbpf-dev \
|
libbpf-dev \
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit bbd55b4d18cce8f89b5167675e434a6941315634
|
Subproject commit 5f84a21881577a5fb56cc956f6fe4e2abd6fcff0
|
Loading…
Reference in New Issue