mirror of
https://github.com/containers/podman.git
synced 2025-07-02 00:30:00 +08:00
Inject additional build tags from the environment
This allows distros to easily add buildtags without patching the Makefile or duplicating it in their build recipes [NO NEW TESTS NEEDED] Signed-off-by: Dan Čermák <dcermak@suse.com>
This commit is contained in:
2
Makefile
2
Makefile
@ -57,6 +57,8 @@ BUILDTAGS ?= \
|
||||
$(shell hack/libsubid_tag.sh) \
|
||||
exclude_graphdriver_devicemapper \
|
||||
seccomp
|
||||
# allow downstreams to easily add build tags while keeping our defaults
|
||||
BUILDTAGS += ${EXTRA_BUILDTAGS}
|
||||
# N/B: This value is managed by Renovate, manual changes are
|
||||
# possible, as long as they don't disturb the formatting
|
||||
# (i.e. DO NOT ADD A 'v' prefix!)
|
||||
|
Reference in New Issue
Block a user