Skip to content

Commit

Permalink
Fix order
Browse files Browse the repository at this point in the history
Signed-off-by: Brentley Jones <github@brentleyjones.com>
  • Loading branch information
brentleyjones committed Aug 20, 2024
1 parent eb49cd1 commit 37ffe08
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ def _process_incremental_library_target(
info.swift_debug_settings
for info in transitive_infos
] if not swift_debug_settings_file else None,
order = "topological",
)

if apple_common.AppleDebugOutputs in target:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,6 @@ def _process_focused_top_level_target(
info.swift_debug_settings
for info in deps_infos
],
order = "topological",
)

top_level_focused_deps = [
Expand Down Expand Up @@ -749,7 +748,6 @@ def _process_unfocused_top_level_target(
# FIXME: Exclude `avoid_deps`
for info in deps_infos
],
order = "topological",
)

(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ def _process_incremental_unsupported_target(
info.swift_debug_settings
for info in transitive_infos
],
order = "topological",
),
target_output_groups = output_groups.merge(
transitive_infos = transitive_infos,
Expand Down

0 comments on commit 37ffe08

Please sign in to comment.