[PR #696] [CLOSED] Compile sqlite version by default #2782

Closed
opened 2026-03-03 08:53:04 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/696
Author: @mprasil
Created: 11/1/2019
Status: Closed

Base: masterHead: default-features


📝 Commits (1)

  • 5c5c250 Compile sqlite version by default

📊 Changes

9 files changed (+17 additions, -12 deletions)

View changed files

📝 Cargo.toml (+5 -0)
📝 build.rs (+3 -3)
📝 docker/aarch64/mysql/Dockerfile (+1 -1)
📝 docker/amd64/mysql/Dockerfile (+2 -2)
📝 docker/amd64/mysql/Dockerfile.alpine (+1 -1)
📝 docker/amd64/postgresql/Dockerfile (+2 -2)
📝 docker/amd64/postgresql/Dockerfile.alpine (+1 -1)
📝 docker/armv6/mysql/Dockerfile (+1 -1)
📝 docker/armv7/mysql/Dockerfile (+1 -1)

📄 Description

This sets the default feature to sqlite, so that it will correctly
compile "out of the box". Users can still choose different backend by
running:

cargo build --no-default-features --features <backend>

🔄 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/696 **Author:** [@mprasil](https://github.com/mprasil) **Created:** 11/1/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `default-features` --- ### 📝 Commits (1) - [`5c5c250`](https://github.com/dani-garcia/vaultwarden/commit/5c5c250d7102107cd56c0d3156d0310aaaf8df71) Compile sqlite version by default ### 📊 Changes **9 files changed** (+17 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.toml` (+5 -0) 📝 `build.rs` (+3 -3) 📝 `docker/aarch64/mysql/Dockerfile` (+1 -1) 📝 `docker/amd64/mysql/Dockerfile` (+2 -2) 📝 `docker/amd64/mysql/Dockerfile.alpine` (+1 -1) 📝 `docker/amd64/postgresql/Dockerfile` (+2 -2) 📝 `docker/amd64/postgresql/Dockerfile.alpine` (+1 -1) 📝 `docker/armv6/mysql/Dockerfile` (+1 -1) 📝 `docker/armv7/mysql/Dockerfile` (+1 -1) </details> ### 📄 Description This sets the default feature to sqlite, so that it will correctly compile "out of the box". Users can still choose different backend by running: ``` cargo build --no-default-features --features <backend> ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 08:53:04 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/vaultwarden#2782
No description provided.