Skip to content

Commit 1c33774

Browse files
cipolleschifacebook-github-bot
authored andcommitted
Remove setup-xcode-build-cache action (#53177)
Summary: Pull Request resolved: #53177 This action is used only when running tests for RNTester. Now that we are using prebuilds, this is a liability, because Cocoapods and Xcode would not update the binary if a new one is provided. With prebuild, this caching does not provide a lot of benefits, so we can remove it. ## Changelog [Internal] - Reviewed By: cortinico Differential Revision: D79893870 fbshipit-source-id: 0773f910f418cf9ebd5d557d563160993084e83a
1 parent 07835d3 commit 1c33774

2 files changed

Lines changed: 0 additions & 39 deletions

File tree

.github/actions/setup-xcode-build-cache/action.yml

Lines changed: 0 additions & 32 deletions
This file was deleted.

.github/actions/test-ios-rntester/action.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -102,13 +102,6 @@ runs:
102102
- name: Print ReactCore folder
103103
shell: bash
104104
run: ls -lR /tmp/ReactCore
105-
- name: Setup xcode build cache
106-
uses: ./.github/actions/setup-xcode-build-cache
107-
with:
108-
hermes-version: ${{ inputs.hermes-version }}
109-
use-frameworks: ${{ inputs.use-frameworks }}
110-
flavor: ${{ inputs.flavor }}
111-
ruby-version: ${{ inputs.ruby-version }}
112105
- name: Install CocoaPods dependencies
113106
shell: bash
114107
run: |

0 commit comments

Comments
 (0)