mirror of
https://github.com/containers/skopeo.git
synced 2025-05-06 15:06:27 +00:00
Don't require BUILDTAGS to be non-empty
This removes a safety mechanism, but it's better than inventing a dummy tag value (both here and in c/image). Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
parent
9bf0c3bf7c
commit
320a3e0775
@ -128,7 +128,7 @@ _run_system() {
|
||||
make test-system-local BUILDTAGS="$BUILDTAGS"
|
||||
}
|
||||
|
||||
req_env_vars SKOPEO_PATH BUILDTAGS
|
||||
req_env_vars SKOPEO_PATH
|
||||
|
||||
handler="_run_${1}"
|
||||
if [ "$(type -t $handler)" != "function" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user