-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
[Question] How many time does release build needed on MacOs? #2554
Comments
Compiled failed finally... :( (signal: 9, SIGKILL: kill) |
Same or similar issue here on Ubuntu 21.04. Building in release mode hangs in the building step for a undefinite period of time. I'm using latest beta.10 version. No web frameworks (so no Vue, Angular or similar) are used but part of the code uses WASM (if this is somehow relevant). Any ideas what could be the reason? |
Can you guys share your |
Hi Lucas, after your comment, I was able to fix the issue. In my case, I was executing the Not sure if I was using Sergej |
distDir is relative to src-tauri, but you can't use |
Hi, thanks for your hint. I was misunderstanding what I was doing. Setting distDir to correct folder (dist) folder, solved the issue with compilation time. The error sat in front of the screen all the time. :) |
Hi,
cargo tauri build
was hang for about 4 hours for my empty demo(crated bycargo tauri init
), Not sure if this is a normal case.I notice that
rustc
is still workingThe text was updated successfully, but these errors were encountered: