Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add --compilation_mode support in transitions #11347

Closed

Commits on Sep 16, 2020

  1. Add --compilation_mode support in transitions

    Add support for converting //command_line_option:compilation_mode from
    Java value to Starlark value so that it can be read in a transition.
    
    Implementing StarlarkValue is a workaround until a well-defined
    Java-Starlark conversion interface has been created. See also
    bazelbuild#11347 (comment)
    Avoid replicating this workaround.
    
    Fixes --compilation_mode in bazelbuild#10690, but not the general case.
    moroten committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    9b4675b View commit details
    Browse the repository at this point in the history