Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build error with 1.19.0 (async branch) #1369

Closed
bhopmann opened this issue Feb 7, 2021 · 1 comment
Closed

build error with 1.19.0 (async branch) #1369

bhopmann opened this issue Feb 7, 2021 · 1 comment

Comments

@bhopmann
Copy link

bhopmann commented Feb 7, 2021

Subject of the issue

Latest 1.19.0 version on async branch fails to build.

Your environment

  • Bitwarden_rs version: 1.19.0 (using the async branch):
  • Install method: manual build
  • Clients used:
  • Reverse proxy and version:
  • Version of mysql/postgresql:
  • Other relevant information: compile for sqlite

Steps to reproduce

git clone https://github.com/dani-garcia/bitwarden_rs.git
git checkout origin/async
cargo build -j 1 --release --features sqlite

Expected behaviour

successful build

Actual behaviour

build error when compiling bitwarden_rs

Relevant logs

error: could not compile `bitwarden_rs`

Caused by:
  process didn't exit successfully:
[...]
(signal: 9, SIGKILL: kill)
@BlackDex
Copy link
Collaborator

BlackDex commented Feb 7, 2021

On what kind of hardware are you trying to build this?
Most of the time these errors are low memory related.

Also, the async branch could be build with the latest stable if im correct. You just need to override the rust-toolchain file by using cargo +stable build ...

@BlackDex BlackDex closed this as completed Feb 7, 2021
Repository owner locked and limited conversation to collaborators Feb 7, 2021

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants