Fix missing with_gvisor build tag for tailscale

This commit is contained in:
世界
2026-03-07 20:54:39 +08:00
parent efe20ea51c
commit df0bf927e4
7 changed files with 11 additions and 3 deletions

View File

@@ -1,3 +1,5 @@
//go:build with_gvisor
package tailscale
import (

View File

@@ -1,3 +1,5 @@
//go:build with_gvisor
package tailscale
import (

View File

@@ -1,3 +1,5 @@
//go:build with_gvisor
package tailscale
import (

View File

@@ -1,4 +1,4 @@
//go:build !android
//go:build with_gvisor && !android
package tailscale

View File

@@ -1,4 +1,4 @@
//go:build !windows
//go:build with_gvisor && !windows
package tailscale

View File

@@ -1,4 +1,4 @@
//go:build windows
//go:build with_gvisor && windows
package tailscale

View File

@@ -1,3 +1,5 @@
//go:build with_gvisor
package derp
import (