Skip to content

Commit 507985b

Browse files
committed
Revert "Reapply "works: put back the sorting""
This reverts commit 18b1edf.
1 parent 18b1edf commit 507985b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python/private/common.bzl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,8 @@ def _third_party_first(targets):
379379
This is because the DAG is going from first-party deps to third-party deps and usually
380380
no third-party deps include first-party deps.
381381
"""
382-
return sorted(targets, lambda x: PyInfo in x and not x[PyInfo].package)
382+
return targets
383+
# return sorted(targets, lambda x: PyInfo in x and not x[PyInfo].package)
383384

384385
def create_py_info(
385386
ctx,

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy