Skip to content

Commit

Permalink
Disable AEGs inside xcode_swift_toolchain
Browse files Browse the repository at this point in the history
Because of the complexity, I would like to disable AEGs in this rule and proceed with the rest of the migration and flip the flag. I'll come back in the near future to enable them and add `toolchain` param to the affected actions.

PiperOrigin-RevId: 567319616
(cherry picked from commit ee7f493)
  • Loading branch information
kotlaja authored and brentleyjones committed Oct 7, 2024
1 parent 407f5be commit e2df74b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions swift/toolchains/xcode_swift_toolchain.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -952,6 +952,8 @@ for incremental compilation using a persistent mode.
fragment = "apple",
),
),
# TODO(b/301253335): Enable AEGs later.
"_use_auto_exec_groups": attr.bool(default = False),
},
),
doc = "Represents a Swift compiler toolchain provided by Xcode.",
Expand Down

0 comments on commit e2df74b

Please sign in to comment.