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.4.1] Fix double encoding of inputs in worker request #24123

Merged
merged 4 commits into from
Oct 29, 2024

Commits on Oct 28, 2024

  1. Fix double encoding of inputs in worker request

    Since `WorkRequest` encodes strings as UTF-8, Bazel's internal string encoding of file paths needs to be undone before passing them to the protobuf builder.
    
    Closes bazelbuild#23924.
    
    PiperOrigin-RevId: 690737819
    Change-Id: I3eb341c05e045c75ac004da57e1f46f3587a6810
    fmeum authored and bazel-io committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    efadc42 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Update src/main/java/com/google/devtools/build/lib/worker/WorkerSpawn…

    …Runner.java
    
    Co-authored-by: Fabian Meumertzheim <[email protected]>
    meteorcloudy and fmeum authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    437ab08 View commit details
    Browse the repository at this point in the history
  2. Update src/main/java/com/google/devtools/build/lib/worker/WorkerSpawn…

    …Runner.java
    
    Co-authored-by: Fabian Meumertzheim <[email protected]>
    meteorcloudy and fmeum authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    552dcd4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec1d4ad View commit details
    Browse the repository at this point in the history