Backport v2024 <- v2025pre: Disable stdbuf
- Sep 23, 2024
-
-
Ryan Gonzalez authored
Signed-off-by:
Ryan Gonzalez <ryan.gonzalez@collabora.com>
-
Ryan Gonzalez authored
infrastructure/apertis-issues#431 Signed-off-by:
Ryan Gonzalez <ryan.gonzalez@collabora.com>
35fd2d28 -
Ryan Gonzalez authored
This was placed in a separate patch instead of merging into the existing patch because that one is actually pulled from upstream, so we'd be liable to accidentally drop the change when rust-coreutils is updated in the future. infrastructure/apertis-issues#431 Signed-off-by:
Ryan Gonzalez <ryan.gonzalez@collabora.com>
c8a4582f -
Ryan Gonzalez authored
infrastructure/apertis-issues#431 Signed-off-by:
Ryan Gonzalez <ryan.gonzalez@collabora.com>
49a2661c -
Ryan Gonzalez authored
This is no longer needed without stdbuf present. infrastructure/apertis-issues#431 Signed-off-by:
Ryan Gonzalez <ryan.gonzalez@collabora.com>
280b4e60 -
Ryan Gonzalez authored
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. infrastructure/apertis-issues#431 Signed-off-by:
Ryan Gonzalez <ryan.gonzalez@collabora.com>
61fab3c8
-