We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4eefb3 commit d2ba422Copy full SHA for d2ba422
1 file changed
ios/ci_scripts/ci_post_clone.sh
@@ -28,5 +28,8 @@ bundle -v
28
29
echo ">>> INSTALL DEPENDENCIES"
30
yarn
31
-bundle install
+# rubygems.org's compact-index host (index.rubygems.org) is intermittently unreachable from
32
+# Xcode Cloud runners. Retry, then fall back to the full index served from rubygems.org
33
+# itself (which is reachable — the `gem install bundler` above succeeds against it).
34
+bundle install --retry 3 || bundle install --retry 3 --full-index
35
yarn podinstall
0 commit comments