Skip to content

Commit ceeb5db

Browse files
authored
Add aquery --host_features=-layering_check
Forgotten before.
1 parent 3700f76 commit ceeb5db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

refresh.template.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1204,7 +1204,7 @@ def _get_commands(target: str, flags: str):
12041204
]
12051205

12061206
if _get_bazel_version() >= (6, 1, 0):
1207-
aquery_args += ['--host_features=-compiler_param_file']
1207+
aquery_args += ['--host_features=-compiler_param_file', '--host_features=-layering_check']
12081208

12091209
aquery_args += additional_flags
12101210

0 commit comments

Comments
 (0)