Skip to content

Commit d2ba422

Browse files
committed
update bundle install
1 parent a4eefb3 commit d2ba422

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

ios/ci_scripts/ci_post_clone.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,8 @@ bundle -v
2828

2929
echo ">>> INSTALL DEPENDENCIES"
3030
yarn
31-
bundle install
31+
# 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
3235
yarn podinstall

0 commit comments

Comments
 (0)