gvisor: mark as broken

main
ajs124 2 years ago committed by Jörg Thalheim
parent 0ec34d4cd1
commit 235dd7235f
No known key found for this signature in database
  1. 3
      pkgs/applications/virtualization/gvisor/default.nix
  2. 4
      pkgs/top-level/all-packages.nix

@ -120,5 +120,8 @@ in buildBazelPackage rec {
license = licenses.asl20;
maintainers = with maintainers; [ andrew-d ];
platforms = [ "x86_64-linux" ];
# The version we have right now does not compile with go 1.17
# See https://github.com/NixOS/nixpkgs/pull/174003 if you want to upgrade gvisor
broken = true;
};
}

@ -26896,9 +26896,7 @@ with pkgs;
gv = callPackage ../applications/misc/gv { };
gvisor = callPackage ../applications/virtualization/gvisor {
go = go_1_16;
};
gvisor = callPackage ../applications/virtualization/gvisor { };
gvisor-containerd-shim = callPackage ../applications/virtualization/gvisor/containerd-shim.nix { };

Loading…
Cancel
Save