[Draft] Migrate CircleCI to Ruby 3.3#1290
[Draft] Migrate CircleCI to Ruby 3.3#1290iBotPeaches wants to merge 6 commits intofastlane:masterfrom
Conversation
|
Hmmm. So the challenge here is you need Python (mkdocs) and Ruby (fastlane) and doing that with native Docker images is a challenge. I will return to the fastlane/docker repo to bring an updated Ruby 3.x image that includes Python 3.8 and then setup some CI/CD for automated deploys to DockerHub. Since it seems that image is really dependent on this setup. Alternatively with GitHub Actions, we could just install Ruby/Python with setup-python/setup-ruby, but extracting all the secrets and flows from this working CircleCI would present a challenge. |
|
PR opened on docker - I may test with my forked image here in meantime - fastlane/docker#11 |
|
Cool - updated docker image works (fastlane/docker#11). I'll await that being merged/tagged and come back here to finish this branch. |
WIP TESTING