mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-10 17:23:04 +03:00
Build error in v1.32.6 #298
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 @mzch on GitHub.
Vaultwarden Support String
None. This is a problem about build process.
Vaultwarden Build Version
v1.32.6
Deployment method
Build from source
Custom deployment method
No response
Reverse Proxy
nginx 1.27.0
Host/Server Operating System
Linux
Operating System Version
Debian 12.8
Clients
CLI
Client Version
No response
Steps To Reproduce
cargo build -vv --features sqlite,mysql,postgresql --profile releaseExpected Result
Build successfully.
Actual Result
Can't compile.
Logs
@dani-garcia commented on GitHub:
Is it possible your system is running out of RAM?
Can you try compiling in debug or using the
release-lowprofile?@mzch commented on GitHub:
@dani-garcia Thanks for your adivice. Yes, Out of memory caused this error. Now I assigned more RAM so I got relese build successfully!