mirror of
https://github.com/tailscale/tailscale.git
synced 2025-10-27 20:19:31 +00:00
ipn/ipnlocal: fix a case where ts_omit_ssh was still linking in x/crypto/ssh
And add a test. Updates #12614 Change-Id: Icb1c77f5890def794a4938583725c1a0886b197d Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:
committed by
Brad Fitzpatrick
parent
6db30a10f7
commit
697098ed6c
@@ -15,8 +15,9 @@ func TestOmitSSH(t *testing.T) {
|
||||
deptest.DepChecker{
|
||||
GOOS: "linux",
|
||||
GOARCH: "amd64",
|
||||
Tags: "ts_omit_ssh",
|
||||
Tags: "ts_omit_ssh,ts_include_cli",
|
||||
BadDeps: map[string]string{
|
||||
"golang.org/x/crypto/ssh": msg,
|
||||
"tailscale.com/ssh/tailssh": msg,
|
||||
"tailscale.com/sessionrecording": msg,
|
||||
"github.com/anmitsu/go-shlex": msg,
|
||||
|
||||
Reference in New Issue
Block a user