Commit 17bf68a
authored
[LOCAL] Set .hermesv1version to hermes-v250829098.0.16 (#57620)
Summary:
The Android Gradle build downloads the Hermes source from
https://github.com/facebook/hermes/tarball/<ref>, where <ref> is the contents
of sdks/.hermesv1version. Release tags on facebook/hermes are named
hermes-v<version>, so the bare value 250829098.0.16 404s and breaks the
build_fantom_runner / downloadHermes build. Pin to the hermes-v prefixed tag.
Test Plan:
curl -sL -o /dev/null -w '%{http_code}' \
https://github.com/facebook/hermes/tarball/hermes-v250829098.0.16
=> 2001 parent d045236 commit 17bf68a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments