We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18b1edf commit 507985bCopy full SHA for 507985b
python/private/common.bzl
@@ -379,7 +379,8 @@ def _third_party_first(targets):
379
This is because the DAG is going from first-party deps to third-party deps and usually
380
no third-party deps include first-party deps.
381
"""
382
- return sorted(targets, lambda x: PyInfo in x and not x[PyInfo].package)
+ return targets
383
+ # return sorted(targets, lambda x: PyInfo in x and not x[PyInfo].package)
384
385
def create_py_info(
386
ctx,
0 commit comments