-
Notifications
You must be signed in to change notification settings - Fork 2
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
Update node and fix missing deps #15
base: update-3b06021
Are you sure you want to change the base?
Conversation
Try Node20
Started test build 170496 |
Build 170496 failed |
Use --prefer-offline for missing deps
Started test build 170497 |
Build 170497 failed |
Don't only use offline packages
Started test build 170498 |
@hovancik Thanks! I started poking at getting the update for Stretchly working yesterday, but was hitting some issues. I should be able to help out with this more tomorrow! |
Thanks! There seems to be issue with one of packages that is built from github not being cached, so I am trying to make packages be installed form cache only as preferred option, but doesn't seems to work, as |
Build 170498 was cancelled |
Yes, that seems like the issue. It won't be possible to download anything during the build stage, which is why it hangs for so long during that part. Flatpaks get all source code in a separate step before the build. The build step has no internet connection. This is to make builds reproducible. I'm wondering if it's related to the hash in the I'll see if I can figure out how to fix it in PR #14 |
Yeah, it's not getting patched in the "dependencies": {
"@electron/remote": "^2.1.2",
"auto-launch": "^6.0.0-rc1",
"dbus-final": "git+file:///var/home/jordan/Projects/net.hovancik.Stretchly/.flatpak-builder/build/stretchly-18/flatpak-node/git-packages/dbus-final-3e43f60d80bbcdf0dfa0b59b838097d6af4d17ba#3e43f60d80bbcdf0dfa0b59b838097d6af4d17ba",
"electron-log": "^5.2.4",
"electron-store": "^8.2.0",
"humanize-duration": "^3.32.1",
"i18next": "^23.16.8",
"i18next-fs-backend": "^2.6.0",
"luxon": "^3.5.0",
"macos-notification-state": "^3.0.0",
"meeussunmoon": "^3.0.3",
"ps-list": "7.2",
"rtl-detect": "^1.1.2",
"semver": "^7.6.3",
"windows-focus-assist": "^1.4.0",
"windows-quiet-hours": "github:hovancik/windows-quiet-hours#fix-LPTSTR"
} |
Strange, as |
Try Node20