You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building with any newer release of gvisor gives me this:
$ make vendor
go mod tidy
go: downloading gvisor.dev/gvisor v0.0.0-20220722233450-64299b5b226f
go: finding module for package gvisor.dev/gvisor/pkg/tcpip/buffer
github.com/containers/gvisor-tap-vsock/pkg/tap imports
gvisor.dev/gvisor/pkg/tcpip/buffer: module gvisor.dev/gvisor@latest found (v0.0.0-20220722233450-64299b5b226f, replaced by gvisor.dev/[email protected]), but does not contain package gvisor.dev/gvisor/pkg/tcpip/buffer
make: *** [Makefile:33: vendor] Error 1
I can send a PR if you agree to updating with release-20220606.0.
On Fedora rawhide with:
the main branch as well as commit 4ee84d6 (used in podman rpm) fail to build like so:
Going through the most recent gvisor.dev/gvisor releases, https://github.com/google/gvisor/releases/tag/release-20220606.0 looks like the most recent release that doesn't break gvisor-tap-vsock main branch.
Building with any newer release of gvisor gives me this:
I can send a PR if you agree to updating with release-20220606.0.
/cc @vrothberg
The text was updated successfully, but these errors were encountered: