Merge pull request #3791 from cevich/install_libvarlink

Cirrus: Install varlink in VM images
This commit is contained in:
OpenShift Merge Robot
2019-08-13 16:24:32 +02:00
committed by GitHub
3 changed files with 5 additions and 0 deletions

View File

@ -22,6 +22,9 @@ item_test 'Minimum available memory' $MEM_FREE -ge $MIN_MEM_MB || let "NFAILS+=1
# binary anywhere; that could potentially taint our results.
item_test "remove_packaged_podman_files() did it's job" -z "$(type -P podman)" || let "NFAILS+=1"
# Integration Tests require varlink in Fedora
item_test "The varlink executable is present" -x "$(type -P varlink)" || let "NFAILS+=1"
MIN_ZIP_VER='3.0'
VER_RE='.+([[:digit:]]+\.[[:digit:]]+).+'
ACTUAL_VER=$(zip --version 2>&1 | egrep -m 1 "Zip$VER_RE" | sed -r -e "s/$VER_RE/\\1/")

View File

@ -53,6 +53,7 @@ ooe.sh sudo dnf install -y \
libseccomp \
libseccomp-devel \
libselinux-devel \
libvarlink-util \
lsof \
make \
nmap-ncat \

View File

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