A framework for building native applications using React
Fix caches for RNTester (#49791)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/49791 The cache for RNTester is broken because the matrix parameters used to test RNTester are not part of the job_id that is used to create the cache keys to restore the Podfile.lock. This means that we have a race condition on which job of the matrix manages to save the cache. However, those caches are not always valid for the other jobs that presents different matrix parameters. This change should fix the issue. ## Changelog: [Internal] - Fix test-rn-tester cache Cache Reviewed By: cortinico Differential Revision: D70493507 fbshipit-source-id: 1db6e00507b3e9abe4400831ee1b048c620b9102
R
Riccardo Cipolleschi committed
42052940ead4f999e5f46fdfca97c37d1cd3fed3
Parent: d3b203f
Committed by Facebook GitHub Bot <[email protected]>
on 3/3/2025, 5:05:28 PM