Skip to content

Commit

Permalink
Disable AEGs inside swift_library
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 572238909
(cherry picked from commit 887031a)
  • Loading branch information
kotlaja authored and brentleyjones committed Oct 7, 2024
1 parent fad4faf commit 802131e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions swift/swift_library.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,9 @@ dependent for linking, but artifacts/flags required for compilation (such as
.swiftmodule files, C headers, and search paths) will not be propagated.
""",
),
# TODO(b/301253335): Once AEGs are enabled in Bazel, set the swift toolchain type in the
# exec configuration of `plugins` attribute and enable AEGs in swift_library.
"_use_auto_exec_groups": attr.bool(default = False),
},
),
doc = """\
Expand Down

0 comments on commit 802131e

Please sign in to comment.