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
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
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 (