-
Notifications
You must be signed in to change notification settings - Fork 193
Cannot build Keytar for raspberry pi 4 #401
Comments
Weird, according to Line 33 in 1248408
|
any update on this ? can I provide anything that helps? |
Does using |
+1 I am embedding keytar in an Electron app, and electron-builder shows this issue (with |
There are a bunch of missing assets in the 7.7.0 release. Their build may have failed. Compare the Assets for 7.7.0 and 7.6.0 in: https://github.com/atom/node-keytar/releases/ Installing [email protected] or not using prebuilds may work around the issue in the short term. It sounds like a dupe of: #417. I would image they would need to run their build again & figure out why it's failing for these architectures. |
Prerequisites
Description
Steps to Reproduce
sudo apt-get install libsecret-1-dev
npm install
Expected behavior:
I expect keytar to build
Actual behavior:
As seen there is no release found:
https://github.com/atom/node-keytar/releases/download/v7.7.0/keytar-v7.7.0-napi-v3-linux-armv7l.tar.gz
is not found.Versions
OS:
5.10.17-v7l+
Node:
v14.17.2
npm:
6.14.13
The text was updated successfully, but these errors were encountered: