File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
packages/react-native/sdks/hermes-engine Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ executors:
130
130
xcode : *xcode_version
131
131
resource_class : macos.x86.medium.gen2
132
132
environment :
133
- - BUILD_FROM_SOURCE : true
133
+ - RCT_BUILD_HERMES_FROM_SOURCE : true
134
134
135
135
# -------------------------
136
136
# COMMANDS
@@ -1035,7 +1035,7 @@ jobs:
1035
1035
environment :
1036
1036
- HERMES_WS_DIR : *hermes_workspace_root
1037
1037
- HERMES_VERSION_FILE : " packages/react-native/sdks/.hermesversion"
1038
- - BUILD_FROM_SOURCE : true
1038
+ - RCT_BUILD_HERMES_FROM_SOURCE : true
1039
1039
steps :
1040
1040
- run :
1041
1041
name : Install dependencies
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ version = package['version']
17
17
18
18
# sdks/.hermesversion
19
19
hermestag_file = File . join ( react_native_path , "sdks" , ".hermesversion" )
20
- build_from_source = ENV [ 'BUILD_FROM_SOURCE ' ] === 'true'
20
+ build_from_source = ENV [ 'RCT_BUILD_HERMES_FROM_SOURCE ' ] === 'true'
21
21
22
22
git = "https://github.com/facebook/hermes.git"
23
23
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ def abort_if_invalid_tarball_provided!()
17
17
# - To use a specific tarball, install the dependencies with:
18
18
# `HERMES_ENGINE_TARBALL_PATH=<path_to_tarball> bundle exec pod install`
19
19
# - To force a build from source, install the dependencies with:
20
- # `BUILD_FROM_SOURCE =true bundle exec pod install`
20
+ # `RCT_BUILD_HERMES_FROM_SOURCE =true bundle exec pod install`
21
21
# If none of the two are provided, Cocoapods will check whether there is a tarball for the current version
22
22
# (either release or nightly). If not, it will fall back building from source (the latest commit on main).
23
23
#
You can’t perform that action at this time.
0 commit comments