gvisor: mark as broken

This commit is contained in:
ajs124 2022-04-06 14:48:11 +01:00 committed by Jörg Thalheim
parent 0ec34d4cd1
commit 235dd7235f
No known key found for this signature in database
2 changed files with 4 additions and 3 deletions

View File

@ -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;
};
}

View File

@ -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 { };