Skip to content

Commit

Permalink
feat(ruby)!: set cocoapods cache
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Jun 4, 2024
1 parent dd388f7 commit 2e01184
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/usr/local/containerbase/tools/v2/ruby.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ function prepare_tool() {
chmod -R g+w "${USER_HOME}"/.gemrc

export_env CP_HOME_DIR "$(get_home_path)/.cocoapods" true
export_env CP_CACHE_DIR "$(get_cache_path)/cocoapods" true

# Workaround for compatibillity for Ruby hardcoded paths
if [ "${tool_path}" != "${ROOT_DIR_LEGACY}/ruby" ]; then
Expand Down

0 comments on commit 2e01184

Please sign in to comment.