From e7458ab863ea9b1b2e6a9b874e5fdd1dd7262c22 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Thu, 11 Apr 2024 16:55:07 +0200 Subject: Update grpc to v1.62.1 and all its dependencies - update boringssl to commit ae72a45 - update protobuf to v25.1 - update abseil to v20240116.0 (including patches) Also add mirrors for third-party dependencies where known and hashes correspond. --- etc/import/absl/numeric/TARGETS.absl | 28 ++++++++++++++++++++++++---- 1 file changed, 24 insertions(+), 4 deletions(-) (limited to 'etc/import/absl/numeric/TARGETS.absl') diff --git a/etc/import/absl/numeric/TARGETS.absl b/etc/import/absl/numeric/TARGETS.absl index ed778e60..2d543567 100644 --- a/etc/import/absl/numeric/TARGETS.absl +++ b/etc/import/absl/numeric/TARGETS.absl @@ -1,6 +1,6 @@ { "int128": { "type": "export" - , "target": "int128_internal" + , "target": "int128 (unexported)" , "flexible_config": [ "ADD_CFLAGS" , "ADD_CXXFLAGS" @@ -18,7 +18,7 @@ , "TOOLCHAIN_CONFIG" ] } -, "int128_internal": +, "int128 (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["int128"] , "stage": ["absl", "numeric"] @@ -29,7 +29,7 @@ } , "bits": { "type": "export" - , "target": "bits_internal" + , "target": "bits (unexported)" , "flexible_config": [ "ADD_CFLAGS" , "ADD_CXXFLAGS" @@ -47,7 +47,7 @@ , "TOOLCHAIN_CONFIG" ] } -, "bits_internal": +, "bits (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["bits"] , "stage": ["absl", "numeric"] @@ -55,6 +55,26 @@ , "deps": [["absl/base", "config"], ["absl/base", "core_headers"]] } , "numeric_representation": + { "type": "export" + , "target": "numeric_representation (unexported)" + , "flexible_config": + [ "ADD_CFLAGS" + , "ADD_CXXFLAGS" + , "AR" + , "ARCH" + , "CC" + , "CFLAGS" + , "CXX" + , "CXXFLAGS" + , "DEBUG" + , "ENV" + , "HOST_ARCH" + , "OS" + , "TARGET_ARCH" + , "TOOLCHAIN_CONFIG" + ] + } +, "numeric_representation (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["numeric_representation"] , "stage": ["absl", "numeric"] -- cgit v1.2.3