-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Failed to compile some actions for unknown reason #362
Comments
I have seen that there was a bug in the production build due to incorrect AST management. I have fixed it and uploaded a new version. I am not clear if it was related to this bug or this is something else. Could you check it @AlbertSabate ? Thanks! |
@AlbertSabate do you have some news in this one? |
Confirmed is a BunJS issue. oven-sh/bun#2257 I can see on the next version logs they are working on improving transitive dependencies. Hopefully at some points gets fixed :) |
@AlbertSabate the issue you shared looks already solved... Maybe is another one? |
Nah, they said is likely fixed, not fixed. So I bet they guess it is fixed. Their fix was to add an extra dependency to make it work on GHA, I believe still something going on which nobody is looking at, and I can't provide more information about it because I literally don't know why is happening 😮💨. |
Create a new issue to Bun then with all the details and linked to this old issue, is the only way to fix this |
Let me give it a shot. But when they ask me how to reproduce it or how did it happen, I'm f***ed hehe |
We have seen that this bug is an incompatibility with buildah |
For unknown reason brisa build fails to compile some actions when running on the pipeline.
You can see RPC returning a 500. According to the error seems the action does not exists. Reviewing the output logs when building I can see many actions failed. No more errors are shown anywhere.
The text was updated successfully, but these errors were encountered: