[PR #5743] [MERGED] Fix mysqlclient-sys building #25866

Closed
opened 2026-05-29 04:52:10 -05:00 by GiteaMirror · 0 comments
Owner

📋 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: mainHead: fix-mysqlbuild


📝 Commits (1)

  • 420e79f Fix 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.

## 📋 Pull Request Information **Original PR:** https://github.com/dani-garcia/vaultwarden/pull/5743 **Author:** [@BlackDex](https://github.com/BlackDex) **Created:** 4/4/2025 **Status:** ✅ Merged **Merged:** 4/4/2025 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `fix-mysqlbuild` --- ### 📝 Commits (1) - [`420e79f`](https://github.com/dani-garcia/vaultwarden/commit/420e79f216dcf5dede9a7dd6073fff44428fc5bd) Fix mysqlclient-sys building ### 📊 Changes **3 files changed** (+101 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+87 -10) 📝 `Cargo.toml` (+6 -4) 📝 `docker/Dockerfile.debian` (+8 -1) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-29 04:52:10 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#25866