mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #193] has errors when build release #95
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @high726 on GitHub (Mar 11, 2023).
Original GitHub issue: https://github.com/sigoden/dufs/issues/193
Problem
has errors when build release。
Log
error: failed to run custom build command for
quote v1.0.23Caused by:
process didn't exit successfully:
/Users/xxx/Downloads/dufs/target/release/build/quote-9253156aff15e4c7/build-script-build(signal: 9, SIGKILL: kill)warning: build failed, waiting for other jobs to finish...
error: failed to run custom build command for
proc-macro2 v1.0.51Caused by:
process didn't exit successfully:
/Users/xxx/Downloads/dufs/target/release/build/proc-macro2-4f145f136714f2f1/build-script-build(signal: 9, SIGKILL: kill)Environment:
@high726 commented on GitHub (Mar 11, 2023):
when i remove
strip = truein Cargo.toml , above has resolved.@sigoden commented on GitHub (Mar 12, 2023):
I haven't found any issues on macos.
Try the following steps and see if they work:
rustup updateto upgrade rust to latest versioncargo cleanthe old build/achecargo build -ragain@high726 commented on GitHub (Mar 12, 2023):
it doesn't work
@sigoden commented on GitHub (Mar 12, 2023):
I didn't find the problem on my own macOS, nor did I find it on CI's macOS.
Sorry, I can't solve your problem.
@sigoden commented on GitHub (Mar 17, 2023):
dufs v0.33.0 upgraded dependencies. proc-macro2 was updated to v1.0.52. You may try again.
I never reproduced the problem. so I close this issue.