1
0
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:
Miloslav Trmač 2025-04-16 18:51:40 +02:00
parent 9bf0c3bf7c
commit 320a3e0775

View File

@ -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