Raul E Rangel
Raul E Rangel
This introduces a breaking change to the add_company_share method. We now parse the response body so the user does not have to parse the xml response body. This change should...
I've noticed that scalelf doesn't produce deterministic output. This change adds a sort to the NEEDED and NEEDED.ELF.2 files to remove a source of non-determinism when building binpkgs. This change...
MAKEOPTS contains a host specific value. If the same package is built on a host with different core counts, the binpkgs will have different hashes. This change drops MAKEOPTS after...
### Description of the bug: When running a multiplex worker with `--worker_quit_after_build` and `--worker_verbose` I see the following in the logs: > (10:16:04) INFO: Error while reading response from multiplexer...
See commit messages for more details.
### Description of the feature request: The [http_file](https://bazel.build/rules/lib/repo/http) repository rule takes in a URL, a SHA256 and the name of the output file. Since we "sometimes" have the SHA256 of...
### Module location https://github.com/facebook/zstd/tree/dev/contrib/pzstd ### Link to bzlmod issue in the module's repository _No response_ ### Any other context to provide? BCR already contains a `zstd` module. This request is...
This adds the labels entry for the Lenovo ThinkStation P920.
### Description of the bug: I just got the following error: ``` (09:47:10) FATAL: bazel crashed due to an internal error. Printing stack trace: java.lang.RuntimeException: Unrecoverable error while evaluating node...
This change adds support for the missing SeekFrom operations. It refactors the internals a bit. We now keep a range of start..end values that are accessible to the TakeSeek. I...