vaultwarden: rustc OOMs on 32-bit
This commit is contained in:
parent
dde31b16cb
commit
cc2522d2e2
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ make_dirs="/var/lib/vaultwarden 0750 _vaultwarden _vaultwarden"
|
||||||
if [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
|
if [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
|
||||||
export CARGO_PROFILE_RELEASE_LTO=thin
|
export CARGO_PROFILE_RELEASE_LTO=thin
|
||||||
export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=16
|
export CARGO_PROFILE_RELEASE_CODEGEN_UNITS=16
|
||||||
|
disable_parallel_build=yes
|
||||||
fi
|
fi
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue