From f8a933b21a1fa3d302e10157f8b2b1164133269c Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 5 Jul 2020 18:04:32 +0100 Subject: fix(3p/grpc): Bump to 1.30.0 and build with precompiled Abseil gRPC 1.29.0 can not be built with our precompiled libs because it accidentally overrides the C++ standard specified by the users. This was fixed in 1.30.0. Change-Id: I9a0390b3f5ec8dae6c295562f3a94b3dfa681dd1 Reviewed-on: https://cl.tvl.fyi/c/depot/+/925 Tested-by: BuildkiteCI Reviewed-by: isomer --- ci-builds.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'ci-builds.nix') diff --git a/ci-builds.nix b/ci-builds.nix index a99ecd7db0..5ef6e58e0c 100644 --- a/ci-builds.nix +++ b/ci-builds.nix @@ -63,6 +63,7 @@ in lib.fix (self: { third_party = with depot.third_party; [ cgit git + grpc nix openldap ]; -- cgit 1.4.1