docs icon indicating copy to clipboard operation
docs copied to clipboard

[Draft] Migrate CircleCI to Ruby 3.3

Open iBotPeaches opened this issue 2 months ago • 3 comments

WIP TESTING

iBotPeaches avatar Nov 06 '25 21:11 iBotPeaches

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.

iBotPeaches avatar Nov 06 '25 22:11 iBotPeaches

PR opened on docker - I may test with my forked image here in meantime - https://github.com/fastlane/docker/pull/11

iBotPeaches avatar Nov 07 '25 13:11 iBotPeaches

Cool - updated docker image works (https://github.com/fastlane/docker/pull/11). I'll await that being merged/tagged and come back here to finish this branch.

iBotPeaches avatar Nov 11 '25 11:11 iBotPeaches