AJ Heller 3 years ago committed by GitHub
parent ce0aba2577
commit 99ee6f4988
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      tools/internal_ci/helper_scripts/prepare_build_macos_rc

@ -58,6 +58,9 @@ fi
if [ "${PREPARE_BUILD_INSTALL_DEPS_RUBY}" == "true" ] if [ "${PREPARE_BUILD_INSTALL_DEPS_RUBY}" == "true" ]
then then
# Workaround for https://github.com/rvm/rvm/issues/5133
export CURL_CA_BUNDLE=$(pwd)/etc/roots.pem
# Fetch keys per https://rvm.io/rvm/install # Fetch keys per https://rvm.io/rvm/install
gpg_recv_keys_success=0 gpg_recv_keys_success=0
for ((i=0;i<5;i++)); do for ((i=0;i<5;i++)); do

Loading…
Cancel
Save