-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
Gradle build fails randomly #13683
Comments
React packager randomly yet quite often dies while trying to watch files come and go blazing fast. I can restart |
Same issue on Travis CI, RN version 0.32, build-tools 23.0.2
Is there any workaround? |
Hey @jniebuhr, I just found this: It seems that gradle gets killed due to lack of memory in the CI container, so I tried killing some unnecessary processes before running the build script.
Not sure how you could do that in jenkins, though. |
We don't have any other services running in the jenkins container. |
Exit Code 137 basically means the underlying process has been killed with Signal 9, so a SIGKILL. |
Seems to be the oom killer so I guess it isn't a react native issue. |
I wonder if doing |
Description
When building our react native app on our jenkins, the build sometimes just fails. It does that pretty randomly.
This is the log output from the build:
Reproduction Steps and Sample Code
./gradlew clean assembleRelease
Additional Information
The text was updated successfully, but these errors were encountered: