-
Notifications
You must be signed in to change notification settings - Fork 72
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
Resolve CI Setup Failure #97
Resolve CI Setup Failure #97
Conversation
I understand now that this gem is built to run on MacOS, as it supports DMGs using hdiutil. To continue supporting ruby-2.0.0-p648 and ruby-2.3.4, we might have to look into installing an older version of openssl. |
is the issue with |
…ctory before install
@amorde the failure is early in the agent setup, resultant of dependencies installation from the The actual error is a symlink error (failed brew link) linking an installed Python version required by pkg-config. Example: https://travis-ci.org/github/CocoaPods/cocoapods-downloader/jobs/673912762#L529 What is the priority level on continuing to test these end of life ruby versions? |
Summary:
|
Sound like we should potentially add a warning to download |
Thank you for investigating this and for fixing it 🙏 |
From CI runs on PR #96, I noticed failed builds from packages installed by
rvm use
when setting up test runs for ruby-2.0.0-p648 and ruby-2.3.4.Example failed setup: https://travis-ci.org/github/CocoaPods/cocoapods-downloader/jobs/673912761#L743
I'm not sure if there's a preference regarding running the tests on MacOS or Linux, but there is a linux distribution:
dist: trusty
setting in the config, so I thought I'd try running the tests on linux.