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

[5.1] Fix conflicting actions error when specifying --host_macos_minimum_os #15068

Commits on Mar 17, 2022

  1. Fix conflicting actions error when specifying --host_macos_minimum_os

    The flag was introduced in bazelbuild#13001 but not usable internally, because
    the host flag was not saved when doing a transition.  Host flags
    should be saved, like in:
    
    https://github.com/bazelbuild/bazel/blob/master/src/main/java/com/google/devtools/build/lib/rules/cpp/CppOptions.java#L1212
    
    PiperOrigin-RevId: 435091962
    (cherry picked from commit b8a2ee2)
    googlewalt authored and brentleyjones committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    b6c8e21 View commit details
    Browse the repository at this point in the history