You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is part issue, part information for others. :)
It took me quite a while to get our presskit to build on Gitlab CI. Apart from the problem that some packages seem to be outdated (no wonder, as it has not been maintained since 2019), the sharp package requires python and one of its dependencies requires make.
I got the project to build (and deploy, but that most likely will be different for most users) using this config:
However, I had to disable the thumbnail generation, as it silently failed the CI build. The runner reported a success, but no HTML files were generated:
Thanks for the guide and for digging into the issue!
And while I'm here, I want to say that I cannot maintain the project (not enough time, not skilled enough in node.js), and my associate is not available either, but there's definitely a good update to be done on presskit.html... dependencies update, bug fixes, some new features, that kind of things. We're kinda stuck right now, sorry. :/
Is there any chance that you have a list of bugs and potential new features? Maybe I could invest some spare time and at least update the dependencies, do some critical fixes and provide a PR.
I think updating the whole thing (node version, dependencies, etc) + resolving the issues would already be super nice.
The #1 feature I can think of is to generate a game presskit page without requiring to have a company page. But the way the code is done right now doesn't make it very easy. Maybe a general revamp of the node side (keeping the clean rendering) would be better...
This is part issue, part information for others. :)
It took me quite a while to get our presskit to build on Gitlab CI. Apart from the problem that some packages seem to be outdated (no wonder, as it has not been maintained since 2019), the
sharp
package requires python and one of its dependencies requires make.I got the project to build (and deploy, but that most likely will be different for most users) using this config:
However, I had to disable the thumbnail generation, as it silently failed the CI build. The runner reported a success, but no HTML files were generated:
After disabling thumbnail generation, it now runs as expected.
Hope this helps anyone.
The text was updated successfully, but these errors were encountered: