Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Makefile: use "tailscale_go" build tag when using Tailscale's Go toolchain #518

Merged
merged 1 commit into from
Sep 20, 2024

Conversation

bradfitz
Copy link
Member

@bradfitz bradfitz force-pushed the bradfitz/tailscale_go branch from 98eb426 to 4b4cef3 Compare September 20, 2024 19:55
@bradfitz bradfitz merged commit f26a828 into main Sep 20, 2024
4 checks passed
@bradfitz bradfitz deleted the bradfitz/tailscale_go branch September 20, 2024 20:04
echo "tailscale_go"
else
# Otherwise, if TOOLCHAIN_DIR is specified, we assume
# we're F-Droid or something using a stock Go toolchain.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this mean we're allowing F-Droid to put out Tailscale APKs that will crash on older Android versions due to not using our toolchain?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We won't assert the toolchain version is correct without the tailscale_go build tag. So f-droid is unaffected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants