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:
parent
a25675804c
commit
5aa5d282ea
1292 changed files with 0 additions and 216895 deletions
24
third_party/abseil_cpp/default.nix
vendored
24
third_party/abseil_cpp/default.nix
vendored
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue