Cirrus: Install varlink on Ubuntu

Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
Chris Evich 2019-08-12 11:20:35 -04:00
parent 0bf7d599f8
commit 386e939acb
No known key found for this signature in database
GPG key ID: 03EDC70FD578067F
2 changed files with 2 additions and 4 deletions

View file

@ -23,10 +23,7 @@ item_test 'Minimum available memory' $MEM_FREE -ge $MIN_MEM_MB || let "NFAILS+=1
item_test "remove_packaged_podman_files() did it's job" -z "$(type -P podman)" || let "NFAILS+=1"
# Integration Tests require varlink in Fedora
if [[ "$OS_RELEASE_ID" == "fedora" ]]
then
item_test "The varlink executable is present" -x "$(type -P varlink)" || let "NFAILS+=1"
fi
item_test "The varlink executable is present" -x "$(type -P varlink)" || let "NFAILS+=1"
MIN_ZIP_VER='3.0'
VER_RE='.+([[:digit:]]+\.[[:digit:]]+).+'

View file

@ -65,6 +65,7 @@ $BIGTO $SUDOAPTGET install \
libnet1-dev \
libnl-3-dev \
libostree-dev \
libvarlink \
libprotobuf-c0-dev \
libprotobuf-dev \
libseccomp-dev \