Merge changes from apertis/v2024-updates into apertis/v2024
- Oct 31, 2024
-
-
Dylan Aïssi authored
Signed-off-by:
Dylan Aïssi <dylan.aissi@collabora.com>
-
Dylan Aïssi authored
Depending how apt parse the build-deps list, it can fail to resolve dependencies with: The following packages have unmet dependencies: libstd-rust-web-dev : Conflicts: libstd-rust-dev rustc-web : Conflicts: rustc but 1.63.0+dfsg1-2+apertis1bv2025dev3b1 is to be installed Actually, doing a "apt build-dep ." works, but it fails after a "wrap-and-sort" like it is used in ci-buildpackage. That is because the order between dh-cargo and cargo:native is inverted. So, to avoid potential conflicts, makes sure we don't pull the "-web" variants which are only used to build firefox. Signed-off-by:
Dylan Aïssi <dylan.aissi@collabora.com>
-
Dylan Aïssi authored
Signed-off-by:
Dylan Aïssi <dylan.aissi@collabora.com>
-
- 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>
-
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>
-
Ryan Gonzalez authored
infrastructure/apertis-issues#431 Signed-off-by:
Ryan Gonzalez <ryan.gonzalez@collabora.com>
-
Ryan Gonzalez authored
This is no longer needed without stdbuf present. infrastructure/apertis-issues#431 Signed-off-by:
Ryan Gonzalez <ryan.gonzalez@collabora.com>
-
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>
-