chore(3p): bump NixOS channels to 2021-11-03
* //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 <mail@tazj.in>
Reviewed-by: grfn <grfn@gws.fyi>
This commit is contained in:
parent
4f71638e49
commit
9b6497e5da
3 changed files with 6 additions and 4 deletions
1
third_party/abseil_cpp/default.nix
vendored
1
third_party/abseil_cpp/default.nix
vendored
|
|
@ -3,6 +3,7 @@
|
|||
let inherit (pkgs) cmake fullLlvm11Stdenv;
|
||||
in pkgs.abseil-cpp.override {
|
||||
stdenv = fullLlvm11Stdenv;
|
||||
cxxStandard = "17";
|
||||
}
|
||||
|
||||
/* TODO(tazjin): update abseil subtree
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue