mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-10 21:53:57 +08:00
remove urfave_cli_no_docs from build tags
After migrate from urfave/cli v1 (maintenance mode) to v3, we don't need this build tag anymore. Signed-off-by: lifubang <lifubang@acmcoder.com>
This commit is contained in:
@@ -11,7 +11,7 @@ GIT_BRANCH := $(shell git rev-parse --abbrev-ref HEAD 2>/dev/null)
|
||||
GIT_BRANCH_CLEAN := $(shell echo $(GIT_BRANCH) | sed -e "s/[^[:alnum:]]/-/g")
|
||||
RUNC_IMAGE := runc_dev$(if $(GIT_BRANCH_CLEAN),:$(GIT_BRANCH_CLEAN))
|
||||
PROJECT := github.com/opencontainers/runc
|
||||
BUILDTAGS := seccomp urfave_cli_no_docs libpathrs
|
||||
BUILDTAGS := seccomp libpathrs
|
||||
# Tags prefixed with - in RUNC_BUILDTAGS are removed from BUILDTAGS; others are added.
|
||||
RUNC_BUILDTAGS ?=
|
||||
BUILDTAGS_REMOVE := $(patsubst -%,%,$(filter -%,$(RUNC_BUILDTAGS)))
|
||||
|
||||
Reference in New Issue
Block a user