-
-
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
[bug] tauri-build build script always rebuild, again #9062
Labels
Comments
CrendKing
added
status: needs triage
This issue needs to triage, applied to new issues
type: bug
labels
Mar 4, 2024
I have same problem, started today.
|
fixed on here: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Describe the bug
A while ago, I reported #8721, that
cargo build
always rebuilds even nothing changes, which is caused by an unconditionalcargo:rerun-if-changed
. After it been fixed, everything worked fine for a while, until the recent beta versions, where the issue happens again. I have no easy suspicion as to where it comes from this time, but since the biggest change in beta is the capability system, it could be a lead.Reproduction
pnpm create tauri-app --beta
cd ./src-tauri
cargo build
cargo build
againExpected behavior
The final executable should not be rebuilt. Instead, I always see a
Building [=======================> ] 360/361: tauri-app(bin)
line.Full
tauri info
outputStack trace
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: