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

bazelrc: support --enable_platform_specific_config #9246

Closed
wants to merge 2 commits into from

Commits on Aug 26, 2019

  1. bazelrc: support --enable_platform_specific_config

    When the value of this flag is true, a host platform specific config
    section will be enabled if it exists. Bazel recognizes your host
    platform as linux, osx, windows or freebsd. It's equivalent to add
    --config=linux on Linux platforms and --config=windows on Windows, etc.
    
    Fixes bazelbuild#5055
    
    RELNOTES[NEW]: Support --enable_platform_specific_config, you can use
    this flag to enable flags in bazelrc according to your host platform.
    GOOGLE:
    meteorcloudy committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    eb49c62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65f0aff View commit details
    Browse the repository at this point in the history