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

[6.3.0] Let common ignore unsupported options (with added commit 3dc6951) #18609

Merged
merged 3 commits into from
Jun 20, 2023

Commits on Jun 7, 2023

  1. Change --memory_profile_stable_heap_parameters to accept more than on…

    …e GC specification
    
    Currently memory_profile_stable_heap_parameters expects 2 ints and runs that
    many GCs with pauses between them 2nd param.
    
    This CL doesn't change that, but allows any arbitrary number of pairs to be
    provided that will run the same logic for each pair.  This allows experimenting
    with forcing longer pauses on that thread before doing the quick GCs that allow
    for cleaner memory measurement.
    
    PiperOrigin-RevId: 485646588
    Change-Id: Iff4f17cdaae409854f99397b4271bb5f87c4c404
    kkress authored and iancha1992 committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    0d86887 View commit details
    Browse the repository at this point in the history
  2. Let common ignore unsupported options

    Fixes bazelbuild#3054
    
    RELNOTES: Options specified on the pseudo-command `common` in `.rc` files are now ignored by commands that do not support them as long as they are valid options for *any* Bazel command. Previously, commands that did not support all options given for `common` would fail to run. These previous semantics of `common` are now available via the new `always` pseudo-command.
    
    Closes bazelbuild#18130.
    
    PiperOrigin-RevId: 534940403
    Change-Id: I2ae268ae84de3f2b07ff3d1e36bf382bce714968
    fmeum authored and iancha1992 committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    c49bfd1 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Configuration menu
    Copy the full SHA
    9875514 View commit details
    Browse the repository at this point in the history