-
Notifications
You must be signed in to change notification settings - Fork 38
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
Broken patches #24
Comments
I am assuming the html include to NodeProcess form here https://github.com/jprendes/emception/blob/205e46a0921f89333b56927589919a340c2bf6b8/src/index.html#L19C10-L19C10 is quicknode. But quicknode is being built correctly, but not transformed into NodeProcess. So some other part of the process is broken too. I will make a fork and test it through gh actions no you can see the full log though there. |
Here you can see the full log. This exact line shows the problem https://github.com/InfiniBrains/emception/actions/runs/6803868511/job/18500146681#step:4:4374 |
Hi!
I am trying to use the build-with-docker approach, and it is failing because of broken patches. The offending one is cpython:
And probably these too:
Which causes
Some changes I made to improve the build:
git describe
command was failing, so I removed the--depth 1
in most of the git clones commands, I don't remember anymore which ones.But it is still not building.
Suggestion:
I would love to help somehow, but at this point, I got lost in everything you did.
Btw, awesome project. Congratulations on gluing everything together.
Keep up the good work.
The text was updated successfully, but these errors were encountered: