Skip to content

Commit

Permalink
Cirrus: Install varlink on Ubuntu
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Evich <[email protected]>
  • Loading branch information
cevich committed Aug 13, 2019
1 parent 0bf7d59 commit 386e939
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 1 addition & 4 deletions contrib/cirrus/check_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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:]]+).+'
Expand Down
1 change: 1 addition & 0 deletions contrib/cirrus/packer/ubuntu_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ $BIGTO $SUDOAPTGET install \
libnet1-dev \
libnl-3-dev \
libostree-dev \
libvarlink \
libprotobuf-c0-dev \
libprotobuf-dev \
libseccomp-dev \
Expand Down

0 comments on commit 386e939

Please sign in to comment.