mirror of
https://github.com/containers/podman.git
synced 2025-10-12 08:45:37 +08:00
Makefile: add grpcnotrace build tag
The build tag was added to remove the "golang.org/x/net/trace" dependency[1]. So let's use that. With that we reoduce the binary size by 432KB. [1] https://github.com/grpc/grpc-go/pull/6954 Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
1
Makefile
1
Makefile
@ -58,6 +58,7 @@ SYSTEMDGENERATORSDIR ?= ${LIBDIR}/systemd/system-generators
|
||||
USERSYSTEMDGENERATORSDIR ?= ${LIBDIR}/systemd/user-generators
|
||||
REMOTETAGS ?= remote exclude_graphdriver_btrfs containers_image_openpgp
|
||||
BUILDTAGS ?= \
|
||||
grpcnotrace \
|
||||
$(shell hack/apparmor_tag.sh) \
|
||||
$(shell hack/btrfs_installed_tag.sh) \
|
||||
$(shell hack/sqlite_tag.sh) \
|
||||
|
Reference in New Issue
Block a user