-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
Unable to build on Debian Bullseye #31
Comments
npm >= 3
Hi Mike, You are missing the Long story short, I needed an XML parsers and GJS doesn't have one... But npm does. If you check how the package is generated by CI: You'll notice that with every stable release, I distribute an Let me know if that works for you. |
In an ideal world, these additional steps would be captured in See here for an example of how we handle some npm dependencies from within the Debian packaging system. |
I think that adding that rule will be affected by pi-top/action-debian-package#19 |
So this worked for me:
Note that we are no longer using the action that you have for building - see here for an example. This is the repo that handles the build action. I recommend that you give it a try, as we are using it across our entire codebase with much success. Instead of Anyway, hope this helps! We are simply patching touche's source to achieve this same effect until (if?) it is resolved upstream. Note, for some reason we also need to replace |
Describe the bug
Full output here: https://pastebin.com/PQJycDe5
Relevant output:
The main part:
I am not very experienced in this area, so I'm not sure what is required.
Environment
The text was updated successfully, but these errors were encountered: