mirror of
https://github.com/containers/podman.git
synced 2025-05-21 00:56:36 +08:00
Remove varlink support from Podman
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@ -6,8 +6,8 @@ set -e
|
||||
declare -A BUILD_TAGS
|
||||
# TODO: add systemd tag
|
||||
BUILD_TAGS[default]="apparmor,seccomp,selinux"
|
||||
BUILD_TAGS[abi]="${BUILD_TAGS[default]},varlink,!remoteclient"
|
||||
BUILD_TAGS[tunnel]="${BUILD_TAGS[default]},remote,varlink,remoteclient"
|
||||
BUILD_TAGS[abi]="${BUILD_TAGS[default]},!remoteclient"
|
||||
BUILD_TAGS[tunnel]="${BUILD_TAGS[default]},remote,remoteclient"
|
||||
|
||||
declare -A SKIP_DIRS
|
||||
SKIP_DIRS[abi]=""
|
||||
|
Reference in New Issue
Block a user