-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider supporting custom architectures #64
Comments
Please make pull requests adding/correcting the tuples and architectures. My philosophy with cargo deb is to work by default with just running |
Those who can close this issue, please do close this issue. (An update why it should remain open would also be great.) |
In rust 1.71.0, the target triple loongarch64-unknown-linux-gnu has been promoted to tiger2. However, different deb distributions correspond to different deb architectures for this target. They are the same target, but they correspond to different deb architectures. You might say, I don't have a loongarch CPU, why should I be concerned about this issue? |
What a mess with the naming. It looks like loong64 will eventually win, so I've picked that. |
cargo-deb/src/manifest.rs
Lines 1179 to 1197 in 0a05980
In debian, there are mipsel and mips64el, but not mipsr6el and mips64r6el as above.
By the way, on some distributions, if you use dpkg to install deb packages, it will require the
musl-amd64
architecture instead ofamd64
.I don't think relying on automated detection architecture will necessarily make everyone happy.
It will be even better, if we can configure
architectures
in[package.metadata.deb]
.The text was updated successfully, but these errors were encountered: