Skip to content

Commit 320a3e0

Browse files
committed
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č <[email protected]>
1 parent 9bf0c3b commit 320a3e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/cirrus/runner.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ _run_system() {
128128
make test-system-local BUILDTAGS="$BUILDTAGS"
129129
}
130130

131-
req_env_vars SKOPEO_PATH BUILDTAGS
131+
req_env_vars SKOPEO_PATH
132132

133133
handler="_run_${1}"
134134
if [ "$(type -t $handler)" != "function" ]; then

0 commit comments

Comments
 (0)