Skip to content

Commit 71936fc

Browse files
cipolleschifacebook-github-bot
authored andcommitted
Fix hermes-engine in Nightlies
Summary: With commit [332be0f](332be0f) nightlies were broken due to a wrong update with the method we need to use to download hermes. This change fixes that issue ## Changelog: [Internal] - Fix hermes-engine download in Nightlies Reviewed By: cortinico Differential Revision: D46800717 fbshipit-source-id: 62ce94b980110f46337ce2520fa3c9fbcfe856cc
1 parent 84fc79f commit 71936fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-native/sdks/hermes-engine/hermes-utils.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def download_hermes_tarball(react_native_path, tarball_url, version, configurati
131131
# Returns: the path to the downloaded Hermes tarball
132132
def download_nightly_hermes(react_native_path, version)
133133
tarball_url = nightly_tarball_url(version)
134-
return download_stable_hermes(react_native_path, tarball_url, version, nil)
134+
return download_hermes_tarball(react_native_path, tarball_url, version, nil)
135135
end
136136

137137
def nightly_tarball_url(version)

0 commit comments

Comments
 (0)