-
Notifications
You must be signed in to change notification settings - Fork 185
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
Error using webpacker:compile #1754
Comments
Thank you for the report.
I fixed this on master (#1739 (comment)), but it's not yet in a release. |
#1739 mentions something similar and there is a link to some test(?) tags truffleruby/spec/tags/core/process/spawn_tags.txt Lines 77 to 78 in 5458f47
which interestingly are not indicated as failing on master (or am I misinterpreting?) https://github.com/oracle/truffleruby/blob/master/spec/tags/core/process/spawn_tags.txt I am on 19.2.0.1 which does show them as failing |
@eregon you were already on it! |
This should be fixed in the next release, 19.3.0. |
@petenorth TruffleRuby 19.3.0 was released, could you verify it works now? |
Have been looking at this but with the original test I think it is hitting a memory issue in The following works without issue (the trivial app generated by rails)
with the original test (with the more complex application ) I sometimes get
or just a docker error of 137 (which suggests memory). I'll try outside of Docker on the original test. |
I have run it outside of Docker on the complex app and it succeeds:
|
@petenorth Thanks for checking. It seems indeed that |
I managed to get the docker build working, not entirely sure what did it but
I think the memory usage is slightly more for TruffleRuby but not massively so. |
So I am trying to get an asset pipeline working in a Rails app. My Dockerfile looks like
The result is below, I have seen a fair amount of chat on
spawn option: chdir
. Is this something that is likely to be fixed in the near term or is it further out?The text was updated successfully, but these errors were encountered: