From d3003fc54956304d67b86bc0273eab199f3a0c95 Mon Sep 17 00:00:00 2001 From: Richard Stotz Date: Mon, 11 Nov 2024 12:53:49 -0800 Subject: [PATCH] Remove obsolete anyinvocable flag PiperOrigin-RevId: 695452070 --- .bazelrc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.bazelrc b/.bazelrc index c1209df..75a6711 100644 --- a/.bazelrc +++ b/.bazelrc @@ -26,10 +26,6 @@ build --nocheck_visibility # Yggdrasil uses tensorflow for IO. build --define=use_tensorflow_io=1 -# Tensorflow Nightly uses absl::anyInvocable which is unsupported by the -# absl used by TF 2.12 -build --define=use_absl_anyinvocable=1 - # If 1, use the pre-compiled wrappers. build --define=use_precompiled_wrappers=0