Skip to content
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

Napi-rs release build failed when use fleet instead of cargo #53

Open
seonglae opened this issue Jul 24, 2022 · 2 comments
Open

Napi-rs release build failed when use fleet instead of cargo #53

seonglae opened this issue Jul 24, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@seonglae
Copy link

Describe the bug
NApi.rs release build failed because of

split: Some(String::from("...")),

I found this issue in below discussion (additional context)

Desktop (please complete the following information):

  • OS: MacOS

Additional context
Add any other context about the problem here.

@seonglae seonglae added the bug Something isn't working label Jul 24, 2022
@VarunPotti
Copy link
Contributor

For now a workaround is to use any other value for split-debuginfo and use cargo run (you will still be having the benefits of fleet), I will look into this issue and possibly implement a fix sometime this week.

@morlay
Copy link

morlay commented Aug 19, 2022

Could work with --config to overwrites

fleet build --release -Z unstable-options --config "profile.release.split-debuginfo = 'off'"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants