Skip to content

Disable stdbuf

Ryan Gonzalez requested to merge wip/refi64/disable-stdbuf into apertis/v2025pre

The stdbuf build process involves building a shared library externally and embedding it in the binary, which makes it difficult to extract debug info from binaries and then still strip them. This is pretty hard to fix while keeping coreutils cargo-installable, so just disable stdbuf instead.

https://phabricator.apertis.org/T10003

Signed-off-by: Ryan Gonzalez ryan.gonzalez@collabora.com

Merge request reports

Loading