From 9b6497e5da2c29bfc109a62390071c94684e78d5 Mon Sep 17 00:00:00 2001 From: sterni Date: Wed, 3 Nov 2021 20:39:58 +0100 Subject: chore(3p): bump NixOS channels to 2021-11-03 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * //third_party/{abseil_cpp, grpc}: fix linker problem by passing the C++ standard to use explicitly. nixpkgs upstream stopped passing this to abseil between bumps and the way this problem manifests itself is linker errors, becauseā€¦ C++, I suppose. Change-Id: I932ea70befee90984ae2e575dfc23f5c601cd289 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3769 Tested-by: BuildkiteCI Reviewed-by: tazjin Reviewed-by: grfn --- third_party/grpc/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'third_party/grpc/default.nix') diff --git a/third_party/grpc/default.nix b/third_party/grpc/default.nix index c41e66e58381..2ef67d402858 100644 --- a/third_party/grpc/default.nix +++ b/third_party/grpc/default.nix @@ -8,5 +8,6 @@ }).overrideAttrs(orig: rec { cmakeFlags = orig.cmakeFlags ++ [ "-DCMAKE_CXX_STANDARD_REQUIRED=ON" + "-DCMAKE_CXX_STANDARD=17" ]; }) -- cgit 1.4.1