Fix missing with_gvisor build tag for tailscale

This commit is contained in:
世界
2026-03-07 20:54:39 +08:00
parent 89f31c6ab2
commit 5ddaf78fdc
7 changed files with 11 additions and 3 deletions
+2
View File
@@ -1,3 +1,5 @@
//go:build with_gvisor
package tailscale
import (
+2
View File
@@ -1,3 +1,5 @@
//go:build with_gvisor
package tailscale
import (
+2
View File
@@ -1,3 +1,5 @@
//go:build with_gvisor
package tailscale
import (
+1 -1
View File
@@ -1,4 +1,4 @@
//go:build !android
//go:build with_gvisor && !android
package tailscale
+1 -1
View File
@@ -1,4 +1,4 @@
//go:build !windows
//go:build with_gvisor && !windows
package tailscale
+1 -1
View File
@@ -1,4 +1,4 @@
//go:build windows
//go:build with_gvisor && windows
package tailscale
+2
View File
@@ -1,3 +1,5 @@
//go:build with_gvisor
package derp
import (