mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
daefeb1c0b
Summary: On main, We download and store `hermes.tar.gz` locally during builds. If another commit on the Hermes repo lands, Gradle might not re-download the hermes.tar.gz file. This commit fixes it by using `useETag` that allows us to use ETag that Github exposes to understand if the tarball has been updated or not. Changelog: [Internal] [Changed] - Ensure local hermes.tar.gz doesn't get stale between subsequent runs. Reviewed By: javache Differential Revision: D41652865 fbshipit-source-id: 9f6e02957989acb02f419286c94b05df701c8a04