[GH-ISSUE #350] builds.rs git info makes release archives unusuable #196

Closed
opened 2026-03-03 01:26:34 +03:00 by kerem · 1 comment
Owner

Originally created by @Duncaen on GitHub (Jan 19, 2019).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/350

I'm using the release archives (https://github.com/dani-garcia/bitwarden_rs/archive/1.6.1.tar.gz) to create a bitwarden_rs binary package for a linux distribution.
The preferred way is to use release archives because they are simpler to cache, download and verify with checksums.

thread 'main' panicked at 'Unable to read Git info: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5
Originally created by @Duncaen on GitHub (Jan 19, 2019). Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/350 I'm using the release archives (https://github.com/dani-garcia/bitwarden_rs/archive/1.6.1.tar.gz) to create a bitwarden_rs binary package for a linux distribution. The preferred way is to use release archives because they are simpler to cache, download and verify with checksums. ``` thread 'main' panicked at 'Unable to read Git info: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 ```
kerem closed this issue 2026-03-03 01:26:35 +03:00
Author
Owner

@dani-garcia commented on GitHub (Jan 19, 2019):

Right, I didn't consider people using the github provided archives for building.
In github.com/dani-garcia/bitwarden_rs@86a254ad9e I changed it to ignore the errors, that should solve the problems for any future versions. I have some small changes to email templates and the admin panel that I expect to finish this weekend and then I'll get a new release going.

<!-- gh-comment-id:455795096 --> @dani-garcia commented on GitHub (Jan 19, 2019): Right, I didn't consider people using the github provided archives for building. In https://github.com/dani-garcia/bitwarden_rs/commit/86a254ad9ef27af3c35481d1e179a9f2affb8e7d I changed it to ignore the errors, that should solve the problems for any future versions. I have some small changes to email templates and the admin panel that I expect to finish this weekend and then I'll get a new release going.
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#196
No description provided.