diff options
| author | Brad Fitzpatrick <bradfitz@tailscale.com> | 2025-09-08 08:13:49 -0700 |
|---|---|---|
| committer | Brad Fitzpatrick <brad@danga.com> | 2025-09-11 14:26:08 -0700 |
| commit | a1dcf12b671e8668b1bd3eedc7cfcb4381b9d29c (patch) | |
| tree | a62ddbfee2417c86756f84255754e4e95705dde3 /build_dist.sh | |
| parent | 82c5024f036c440ce22c6a2ff9bfe73b2fb991e3 (diff) | |
| download | tailscale-a1dcf12b671e8668b1bd3eedc7cfcb4381b9d29c.tar.xz tailscale-a1dcf12b671e8668b1bd3eedc7cfcb4381b9d29c.zip | |
feature/drive: start factoring out Taildrive, add ts_omit_drive build tag
As of this commit (per the issue), the Taildrive code remains where it
was, but in new files that are protected by the new ts_omit_drive
build tag. Future commits will move it.
Updates #17058
Change-Id: Idf0a51db59e41ae8da6ea2b11d238aefc48b219e
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
Diffstat (limited to 'build_dist.sh')
| -rwxr-xr-x | build_dist.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_dist.sh b/build_dist.sh index 57231eb70..9dc879b1e 100755 --- a/build_dist.sh +++ b/build_dist.sh @@ -41,7 +41,7 @@ while [ "$#" -gt 1 ]; do fi shift ldflags="$ldflags -w -s" - tags="${tags:+$tags,}ts_omit_aws,ts_omit_bird,ts_omit_tap,ts_omit_kube,ts_omit_completion,ts_omit_ssh,ts_omit_wakeonlan,ts_omit_capture,ts_omit_relayserver,ts_omit_systray,ts_omit_taildrop,ts_omit_tpm,ts_omit_syspolicy,ts_omit_debugeventbus,ts_omit_webclient" + tags="${tags:+$tags,}ts_omit_aws,ts_omit_bird,ts_omit_tap,ts_omit_kube,ts_omit_completion,ts_omit_ssh,ts_omit_wakeonlan,ts_omit_capture,ts_omit_relayserver,ts_omit_systray,ts_omit_taildrop,ts_omit_tpm,ts_omit_syspolicy,ts_omit_debugeventbus,ts_omit_webclient,ts_omit_drive" ;; --box) if [ ! -z "${TAGS:-}" ]; then |
