mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-11 09:13:02 +03:00
signal::unix::SignalKind breaks windows build #352
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 @bober757 on GitHub.
Vaultwarden Support String
Your environment (Generated via diagnostics page)
Config (Generated via diagnostics page)
Show Running Config
Environment settings which are overridden:
Vaultwarden Build Version
1.32.1
Deployment method
Build from source
Custom deployment method
No response
Reverse Proxy
apache 2.4.62
Host/Server Operating System
Windows
Operating System Version
11
Clients
Web Vault, Browser Extension, Android
Client Version
No response
Steps To Reproduce
in MinGW64 console
Expected Result
successfull build
Actual Result
build ends with error
Logs
No response
Screenshots or Videos
No response
Additional Context
signal::unix::SignalKind (src/main.rs line 41) breaks build on Windows 11 with MinGW
with version 1.32.0 all was good and after commenting the line nothing breaks (mayby)
@BlackDex commented on GitHub:
Ah, sorry, that was an oversight indeed.
If you run this patch file over the code it should work for now.