]> Git Repo - qemu.git/commitdiff
tests/docker: --disable-libssh on ubuntu1804 builds
authorAlex Bennée <[email protected]>
Wed, 4 Sep 2019 18:07:14 +0000 (19:07 +0100)
committerAlex Bennée <[email protected]>
Tue, 10 Sep 2019 13:14:31 +0000 (14:14 +0100)
Currently this stops the mega:

  make docker-test-build

from working. Once the source is patched to deal with the case this
workaround can be removed.

Signed-off-by: Alex Bennée <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
tests/docker/dockerfiles/ubuntu1804.docker

index 44bbf0f77ae4e0ee6e022ee3c7e6b29d73df6a8b..883f9bcf31c7e76366ae79f97af163f431743d7d 100644 (file)
@@ -56,3 +56,6 @@ RUN apt-get update && \
     DEBIAN_FRONTEND=noninteractive apt-get -y install $PACKAGES
 RUN dpkg -l $PACKAGES | sort > /packages.txt
 ENV FEATURES clang pyyaml sdl2
+
+# https://bugs.launchpad.net/qemu/+bug/1838763
+ENV QEMU_CONFIGURE_OPTS --disable-libssh
This page took 0.028133 seconds and 4 git commands to generate.