From 02bed68fe85d8daad73a2fa93a11f64d5264533f Mon Sep 17 00:00:00 2001 From: Klaus Zimmermann Date: Fri, 26 Jul 2024 12:49:52 +0000 Subject: [PATCH] Remove unused use_cache parameter --- conda_build/index.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/conda_build/index.py b/conda_build/index.py index 9edc40ce7b..04e20b47e4 100644 --- a/conda_build/index.py +++ b/conda_build/index.py @@ -109,7 +109,6 @@ def get_build_index( prepend=not omit_defaults, platform=subdir, use_local=False, - use_cache=context.offline, ) # HACK: defaults does not have the many subfolders we support. Omit it and # try again. @@ -121,7 +120,6 @@ def get_build_index( prepend=not omit_defaults, platform=subdir, use_local=False, - use_cache=context.offline, ) local_index_timestamp = os.path.getmtime(index_file)