mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
vaultwarden: disable on i686 for now
fails to build with: thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', cargo-auditable/src/rustc_wrapper.rs:91:39
This commit is contained in:
parent
57cc1b2746
commit
b6681e3147
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
pkgname=vaultwarden
|
pkgname=vaultwarden
|
||||||
version=1.27.0
|
version=1.27.0
|
||||||
revision=1
|
revision=1
|
||||||
archs="x86_64* i686* aarch64* arm*" # ring
|
archs="x86_64* aarch64* arm*" # ring
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
configure_args="--features sqlite,mysql,postgresql"
|
configure_args="--features sqlite,mysql,postgresql"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
|
|
Loading…
Add table
Reference in a new issue