mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-31 05:49:23 -05:00
[PR #5743] [MERGED] Fix mysqlclient-sys building #23181
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?
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/5743
Author: @BlackDex
Created: 4/4/2025
Status: ✅ Merged
Merged: 4/4/2025
Merged by: @dani-garcia
Base:
main← Head:fix-mysqlbuild📝 Commits (1)
420e79fFix mysqlclient-sys building📊 Changes
3 files changed (+101 additions, -15 deletions)
View changed files
📝
Cargo.lock(+87 -10)📝
Cargo.toml(+6 -4)📝
docker/Dockerfile.debian(+8 -1)📄 Description
Because of some issues with mysqlclient we need to use buildtime bindgen. This also needed some extra environment variables to point the bindgen to the correct files and correct version.
Also update some other crates.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.