Skip to content

Commit

Permalink
tests/docker: Install SASL library to extend code coverage on amd64
Browse files Browse the repository at this point in the history
Install the SASL library to build the VNC SASL auth protocol code.

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20200309122454.22551-3-philmd@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
  • Loading branch information
philmd authored and bonzini committed Mar 16, 2020
1 parent bd702ff commit a4aad71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/docker/dockerfiles/debian-amd64.docker
Expand Up @@ -17,6 +17,7 @@ RUN apt update && \
libbz2-dev \
liblzo2-dev \
librdmacm-dev \
libsasl2-dev \
libsnappy-dev \
libvte-dev

Expand Down

0 comments on commit a4aad71

Please sign in to comment.