(no title)
iangudger | 1 year ago
https://github.com/google/gvisor/tree/go
go get gvisor.dev/gvisor/pkg/tcpip@go
The go branch is auto generated with all of the generated code checked in.
iangudger | 1 year ago
https://github.com/google/gvisor/tree/go
go get gvisor.dev/gvisor/pkg/tcpip@go
The go branch is auto generated with all of the generated code checked in.
dave78|1 year ago
mort96|1 year ago
ignoramous|1 year ago
> really difficult to keep the version of gVisor I was using up to date
For our project, we update gvisor whenever Tailscale does.
iangudger|1 year ago
raggi|1 year ago
I don't know the status on those export tools these days as I left the company years ago, but if they could sync with a different branch.
This would help various folks quite a bit, as for example tsnet users often fall into the trap of trying to do `go get -u`, which then pulls a non-functional gvisor version.
iangudger|1 year ago
I think the solution is an automatically exported repository at a different path. Kind of (or maybe exactly) like what Tailscale/bradfitz used to maintain.