From 9f3bf335e4fba0e6f93bf58575d9ef1cf9f6e746 Mon Sep 17 00:00:00 2001 From: Paul Scott Date: Wed, 26 Feb 2025 10:53:04 +0000 Subject: [PATCH] build_dist.sh: add tag ts_omit_jsonv2 to all builds Updates tailscale/corp#791 Updates tailscale/corp#26353 Signed-off-by: Paul Scott --- build_dist.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_dist.sh b/build_dist.sh index ccd4ac8b1..729414fdc 100755 --- a/build_dist.sh +++ b/build_dist.sh @@ -28,7 +28,7 @@ EOF exit 0 fi -tags="" +tags="ts_omit_jsonv2" ldflags="-X tailscale.com/version.longStamp=${VERSION_LONG} -X tailscale.com/version.shortStamp=${VERSION_SHORT}" # build_dist.sh arguments must precede go build arguments.