mirror of
https://github.com/containers/podman.git
synced 2025-10-16 10:43:52 +08:00
ginkgo: restructure install work flow
- move the ginkgo deps into test/tools which is more consitent with the other tools there, listing in dependencies always causes errors with linters - do not install it globally on the system, instead we use it in a subdir of this project Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
set -e
|
||||
|
||||
declare -A BUILD_TAGS
|
||||
BUILD_TAGS[default]="apparmor,seccomp,selinux,linter"
|
||||
BUILD_TAGS[default]="apparmor,seccomp,selinux"
|
||||
BUILD_TAGS[abi]="${BUILD_TAGS[default]},systemd"
|
||||
BUILD_TAGS[tunnel]="${BUILD_TAGS[default]},remote"
|
||||
|
||||
|
Reference in New Issue
Block a user