Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[skip-ci] RPM: use default __cargo macro across all envs
On C9S and RHEL9, we've been specifying our own cargo macro which fails to create debuginfo packages with rust 1.77.2. Ref: https://blog.rust-lang.org/2024/03/21/Rust-1.77.0.html#enable-strip-in-release-profiles-by-default This can be remedied by simply using the default __cargo macro provided on build environments. Signed-off-by: Lokesh Mandvekar <[email protected]>
- Loading branch information