Skip to content

Commit

Permalink
Preserve --experimental_skip_ttvs_for_genquery in the exec config
Browse files Browse the repository at this point in the history
Fixes #14169 (comment)

Closes #22892.

PiperOrigin-RevId: 654305152
Change-Id: I37b21236d46620252443998393e50d57c8e3a292
  • Loading branch information
fmeum authored and copybara-github committed Jul 20, 2024
1 parent 59de5c2 commit af8deb8
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,12 @@ bazel_fragments["ShellConfiguration$Options"] = fragment(
],
)

bazel_fragments["GenQueryConfiguration$GenQueryOptions"] = fragment(
propagate = [
"//command_line_option:experimental_skip_ttvs_for_genquery",
],
)

# TestConfiguration$TestOptions: handled in native code. See b/295936652.

# Bazel's exec transition.
Expand Down

0 comments on commit af8deb8

Please sign in to comment.