Packaging hybrid rust+python software with maturin #2182
Replies: 2 comments 1 reply
-
For
I'm guessing no because it currently appends |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Just encountered the same thing.. Not sure if it's a duplicate: #2951 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. New to maturin build tool. I am a packager for openSUSE.
One of our members, @Firstyear, is an employee for SUSE (not to be mistaken for openSUSE even if the two are related) and has been valuable in improving the packaging of Rust software in both openSUSE and SUSE. Their proposed solution is to include the following environmental variables in the build environment
I would love to ask if maturin does the following things that I might be incorrect:
CARGO_*environmental variables e.g. withmaturin.tool.strip = true?RUSTFLAGSeven ifstrip = trueis set inpyproject.toml?I asked this because it's part of openSUSE's policy to have debuginfo for builds (?).
I will wait for your response! Thank you!
Beta Was this translation helpful? Give feedback.
All reactions