-
Notifications
You must be signed in to change notification settings - Fork 89
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
⨯ cannot execute cause=exit status 1 out=$ prebuild-install --runtime napi || node-gyp rebuild #420
Comments
Also, ubuntu-latest and macos-latest build fine. Only windows-2019 fails. I tried windows-2022, still failed. |
Here is the Github text. Any help would be appreciated.
|
Running into it with our's too. Github Actions with windows-2019 and windows-latest both bonk out with drivelist. Lately the unstability / nodejs version issues are making us look for alternatives to drivelist. @rlwoodjr - i'll tag you if we find a different solution. |
Thanks, I have been building local for Windws and adding it to the release manually. |
FWIW Raspberry Pi Imager also uses this drivelist module, but it only uses the C++ parts and doesn't use any of the nodejs parts. |
@jviotti @jhermsmeier @zwhitchcox
|
Yesterday I tested rolling back to drivelist 9.2.4 (which needs Node 14, so also rolled back to 14 in build yaml) Drivelist v11 gyp rebuild is just too unstable it seems - but we would love to be on Node 16 though. Quick fix for now, I may fork drivelist @9.2.4 and update it to work with node16 when I get a chance |
building is giving me the error below.
Is there a fix for this?
Environment:
Windows 10
Node.js v16.19.0
Same build file worked less than 2 weeks ago.
• build native dependency from sources name=drivelist
version=11.0.4
platform=win32
arch=ia32
napi=
reason=prebuild-install failed with error (run with env DEBUG=electron-builder to get more information)
error=prebuild-install info begin Prebuild-install version 7.1.1
prebuild-install warn install prebuilt binaries enforced with --force!
prebuild-install warn install prebuilt binaries may be out of date!
prebuild-install info looking for local prebuild @ prebuilds\drivelist-v11.0.4-napi-v8-win32-ia32.tar.gz
prebuild-install info looking for cached prebuild @ C:\Users\runneradmin\AppData\Roaming\npm-cache_prebuilds\dea1a4-drivelist-v11.0.4-napi-v8-win32-ia32.tar.gz
prebuild-install http request GET https://github.com/balena-io-modules/drivelist/releases/download/v11.0.4/drivelist-v11.0.4-napi-v8-win32-ia32.tar.gz
prebuild-install http 404 https://github.com/balena-io-modules/drivelist/releases/download/v11.0.4/drivelist-v11.0.4-napi-v8-win32-ia32.tar.gz
prebuild-install warn install No prebuilt binaries found (target=8 runtime=napi arch=ia32 libc= platform=win32)
• rebuilding native dependency name=@serialport/bindings version=9.2.8
• rebuilding native dependency name=@serialport/bindings-cpp version=10.8.0
• rebuilding native dependency name=drivelist version=11.0.4
⨯ cannot execute cause=exit status 1
out=$ prebuild-install --runtime napi || node-gyp rebuild
The text was updated successfully, but these errors were encountered: