chore(3p/abseil_cpp): unvendor abseil_cpp

we weren't actually using these sources anymore, okay?

Change-Id: If701571d9716de308d3512e1eb22c35db0877a66
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5248
Tested-by: BuildkiteCI
Reviewed-by: grfn <grfn@gws.fyi>
Autosubmit: tazjin <tazjin@tvl.su>
This commit is contained in:
Vincent Ambo 2022-02-08 02:05:36 +03:00 committed by clbot
parent a25675804c
commit 5aa5d282ea
1292 changed files with 0 additions and 216895 deletions

View file

@ -5,27 +5,3 @@ in pkgs.abseil-cpp.override {
stdenv = fullLlvm11Stdenv;
cxxStandard = "17";
}
/* TODO(tazjin): update abseil subtree
fullLlvm11Stdenv.mkDerivation rec {
pname = "abseil-cpp";
version = "20200519-768eb2ca+tvl-1";
src = ./.;
nativeBuildInputs = [ cmake ];
# TODO: run tests
# doCheck = true;
cmakeFlags = [
"-DCMAKE_CXX_STANDARD=17"
#"-DABSL_RUN_TESTS=1"
];
meta = with lib; {
description = "An open-source collection of C++ code designed to augment the C++ standard library";
homepage = https://abseil.io/;
license = licenses.asl20;
maintainers = [ maintainers.andersk ];
};
}
*/