react-native-macos/scripts/hermes
Héctor Ramos 6154cb7512 Hermes: Use arbitrary path to hermes-runtime-darwin if ENV set
Summary:
Allow an arbitrary path to hermes-runtime-darwin-vX.Y.Z.tgz to be specified. This can be used in CI or in local e2e tests to test with Hermes enabled without having a matching GitHub release.

Usage:

```
HERMES_ENGINE_TARBALL_PATH=~/Downloads/hermes- runtime-darwin-v0.69.0.tar.gz \
  USE_HERMES=1 \
  pod install
```

Changelog: [Internal]

Reviewed By: cortinico

Differential Revision: D36985477

fbshipit-source-id: 853829c89e6f0ac3f63781c7f290cf3994b8e0cd
2022-06-09 11:18:30 -07:00
..
bump-hermes-version.js Hermes: Consolidate Hermes build scripts into scripts/hermes/hermes-utils.js 2022-05-12 20:11:59 -07:00
hermes-utils.js Hermes: Use arbitrary path to hermes-runtime-darwin if ENV set 2022-06-09 11:18:30 -07:00
prepare-hermes-for-build.js Hermes: Use pre-built artifacts in hermes-engine 2022-05-25 03:30:57 -07:00