From 320a3e07754fb21f7dbe65740de121a00e47388a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Wed, 16 Apr 2025 18:51:40 +0200 Subject: [PATCH] Don't require BUILDTAGS to be non-empty MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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č --- contrib/cirrus/runner.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/cirrus/runner.sh b/contrib/cirrus/runner.sh index bd6a40d8..a506e644 100755 --- a/contrib/cirrus/runner.sh +++ b/contrib/cirrus/runner.sh @@ -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