Skip to content

Commit d53001c

Browse files
authored
Makefile: drop debug-symbols dep from tag_release (#811)
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 <jonathan@tailscale.com>
1 parent d8f28f4 commit d53001c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ androidpath:
271271
@echo 'export PATH=$(ANDROID_HOME)/cmdline-tools/latest/bin:$(ANDROID_HOME)/platform-tools:$$PATH'
272272

273273
.PHONY: tag_release
274-
tag_release: debug-symbols tailscale.version ## Tag the current commit with the current version
274+
tag_release: tailscale.version ## Tag the current commit with the current version
275275
source tailscale.version && git tag -a "$${VERSION_LONG}" -m "OSS and Version updated to $${VERSION_LONG}"
276276

277277
.PHONY: bumposs ## Bump to the latest oss and update the versions.

0 commit comments

Comments
 (0)