Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update gvisor.dev/gvisor to latest tagged release #249

Merged
merged 4 commits into from
Jul 27, 2023

Commits on Jul 26, 2023

  1. Update packit targets

    fedora 37 only has go 1.19, build will fail after we update
    gvisor.dev/gvisor as it can only be built with golang 1.20 or newer.
    
    Based on a patch from Lokesh Mandvekar
    
    Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
    Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>
    cfergeau committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    aa0257d View commit details
    Browse the repository at this point in the history
  2. build: Update go version to 1.20

    It does not seem possible to keep compat with both golang 1.21 and 1.19.
    golang 1.21 rc releases already landed in rawhide, and current
    gvisor-tap-vsock git master is not buildable on these systems.
    This minimum go version update is the first step towards fixing this.
    
    containers#232
    containers#219
    
    Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
    AkihiroSuda authored and cfergeau committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    80bca4f View commit details
    Browse the repository at this point in the history
  3. go.mod: gvisor.dev/gvisor v0.0.0-20230518002134-99c295d3b367

    google/gvisor@a78e892...99c295d
    
    Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
    AkihiroSuda authored and cfergeau committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    13546a0 View commit details
    Browse the repository at this point in the history
  4. go.mod: gvisor.dev/gvisor v0.0.0-20230715022000-fd277b20b8db

    google/gvisor@99c295d...fd277b2
    
    Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>
    cfergeau committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    af63cb1 View commit details
    Browse the repository at this point in the history