Lines Matching refs:in
10 A transition in Bazel is a way to force changes to the way the build is
22 We can fix this via a transition! If we put a transition in front of `a`
26 Note: Flags must be referenced as e.g. `//command_line_option:copt` in
41 for key, value in flag_overrides.items()
44 for flag, field in append_to_flags.items():
47 [str(val) for val in getattr(attrs, field)],
91 # This could be shared, but we don't in order to make it clearer that
92 # a transition is in use.
103 # Platforms will commonly depend on bootloader components in every
105 # building the bootloader binaries themselves in order to avoid a
119 # This could be shared, but we don't in order to make it clearer that
120 # a transition is in use.
139 # This could be shared, but we don't in order to make it clearer that
140 # a transition is in use.
158 # This could be shared, but we don't in order to make it clearer that
159 # a transition is in use.