From 64b89b528794b3bd29e54a465696e3a7255f9c40 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Tue, 8 Feb 2022 02:13:08 +0300 Subject: chore(3p): remove abseil_cpp, grpc, protobuf, re2 We're now using the upstream versions of all of these with minor overrides, no separate nonsense required. Change-Id: I61ace7ccf7ff807ef3c7219b36e08629a2251699 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5246 Tested-by: BuildkiteCI Autosubmit: tazjin Reviewed-by: sterni --- third_party/grpc/default.nix | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 third_party/grpc/default.nix (limited to 'third_party/grpc') diff --git a/third_party/grpc/default.nix b/third_party/grpc/default.nix deleted file mode 100644 index bef5dd9d11..0000000000 --- a/third_party/grpc/default.nix +++ /dev/null @@ -1,13 +0,0 @@ -{ depot, pkgs, ... }: - -(pkgs.grpc.override { - protobuf = depot.third_party.protobuf; - stdenv = pkgs.fullLlvm11Stdenv; - abseil-cpp = depot.third_party.abseil_cpp; - re2 = depot.third_party.re2; -}).overrideAttrs (orig: rec { - cmakeFlags = orig.cmakeFlags ++ [ - "-DCMAKE_CXX_STANDARD_REQUIRED=ON" - "-DCMAKE_CXX_STANDARD=17" - ]; -}) -- cgit 1.4.1