mirror of
https://github.com/containers/podman.git
synced 2025-06-20 00:51:16 +08:00
Merge pull request #3791 from cevich/install_libvarlink
Cirrus: Install varlink in VM images
This commit is contained in:
@ -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/")
|
||||
|
@ -53,6 +53,7 @@ ooe.sh sudo dnf install -y \
|
||||
libseccomp \
|
||||
libseccomp-devel \
|
||||
libselinux-devel \
|
||||
libvarlink-util \
|
||||
lsof \
|
||||
make \
|
||||
nmap-ncat \
|
||||
|
@ -65,6 +65,7 @@ $BIGTO $SUDOAPTGET install \
|
||||
libnet1-dev \
|
||||
libnl-3-dev \
|
||||
libostree-dev \
|
||||
libvarlink \
|
||||
libprotobuf-c0-dev \
|
||||
libprotobuf-dev \
|
||||
libseccomp-dev \
|
||||
|
Reference in New Issue
Block a user