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

[7.1.0] Increase maximal length of profile span for repository function calls #20907

Merged
merged 1 commit into from
Jan 16, 2024

Commits on Jan 16, 2024

  1. Increase maximal length of profile span for repository function calls.

    Previously, when calling tools under the install base like
    ```
    local: /home/twerth/.cache/bazel/_bazel_twerth/install/3b42d7048466237272cc2c9346f0b8ea/process-wrapper --timeout=600 --kill_delay=15 whoami
    ```
    you would not even see that `process-wrapper` has been called.
    
    There is only a handful of Starlark repository function calls in a typical build and their description should also be well-compressible, so the increase is fine.
    
    PiperOrigin-RevId: 598584702
    Change-Id: I03fcf504e4a805aee21f92e3bf16b44e58bfbf10
    meisterT authored and bazel-io committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    85c4311 View commit details
    Browse the repository at this point in the history