-
-
Notifications
You must be signed in to change notification settings - Fork 878
Carthage build fails in CircleCI #1656
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
Comments
Thanks for opening this issue!
|
@cbaker6 do you remember why we run carthage still on CircleCI instead of GitHub Actions? I vaguely remember that it was about the resources because it takes a lot of time? |
Yes, Carthage and some of the other obj-c builds take long time to finish, so it was left on circle |
Got it. Maybe we should move this to Github Actions anyway; we don't see many CI runs here but it may be easier to debug in a single CI environment. @parse-community/ios-sdk could anyone look into why carthage fails in CircleCI? |
@mtrezza Not 100% sure about this, but IIRC, it times out. |
I increased the |
You were spot on, it requires a timeout of 1h, 30min even was too short. Carthage needs ~1h in total on CircleCI. It would be interesting to test this on GitHub Actions, because I suspect that CircleCI gives us little resources on the free plan and that may be one reason why it takes so long. |
New Issue Checklist
Issue Description
Carthage build fails in CircleCI with error:
Steps to reproduce
See https://app.circleci.com/pipelines/github/parse-community/Parse-SDK-iOS-OSX/1328/workflows/78eee610-8187-4bda-9532-b1cd33142354/jobs/7471
Actual Outcome
Fails
Expected Outcome
Passes
Environment
Current master branch
The text was updated successfully, but these errors were encountered: