Skip to content

Commit

Permalink
Bugfix: don't change global debug_options
Browse files Browse the repository at this point in the history
c4dd037e471709bdc6a6166d3e1b9ed7c67eac80
  • Loading branch information
say42 committed Jul 15, 2024
1 parent 42af653 commit 96288eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devtools/ya/build/graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -1693,7 +1693,7 @@ def _gen_opts(
o['cache_info_file'] = self._local_cl_generator.path_to_current_hash
o['cache_info_name'] = self._local_cl_generator.DEFAULT_HASH_FILE_NAME
if o['patch_path'] is not None and 'completely-trust-fs-cache' not in o['debug_options']:
o['debug_options'].append('completely-trust-fs-cache')
o['debug_options'] += ['completely-trust-fs-cache']
else:
o['patch_path'] = change_list

Expand Down

0 comments on commit 96288eb

Please sign in to comment.