tests/docker: --disable-libssh on ubuntu1804 builds
authorAlex Bennée <alex.bennee@linaro.org>
Wed, 4 Sep 2019 18:07:14 +0000 (19:07 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
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 <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
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