From 20a7e9fa8a97a58f65028747fb936b08e49f2de6 Mon Sep 17 00:00:00 2001 From: Jonathan Nobels Date: Thu, 18 Jun 2026 10:59:51 -0400 Subject: [PATCH] Makefile: drop debug-symbols dep from tag_release tag_release only runs git tag against $VERSION_LONG from tailscale.version, so it doesn't need the Android SDK/NDK that debug-symbols transitively pulls in via gomobile bind. Signed-off-by: Jonathan Nobels --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e74abfa396..8a11b892a5 100644 --- a/Makefile +++ b/Makefile @@ -271,7 +271,7 @@ androidpath: @echo 'export PATH=$(ANDROID_HOME)/cmdline-tools/latest/bin:$(ANDROID_HOME)/platform-tools:$$PATH' .PHONY: tag_release -tag_release: debug-symbols tailscale.version ## Tag the current commit with the current version +tag_release: tailscale.version ## Tag the current commit with the current version source tailscale.version && git tag -a "$${VERSION_LONG}" -m "OSS and Version updated to $${VERSION_LONG}" .PHONY: bumposs ## Bump to the latest oss and update the versions.