Commit 4971a4b
authored
fix(hermes): Resolve Hermes commits from main (#2794)
Resolves #2789
## Summary:
Upstream, the Hermes repo changed their default branch from `main`
(Legacy Hermes) to `static_h` (HermesV1). Our scripts to look up and
build Hermes from source (used on our `main` branch) started pulling in
HermesV1 instead of legacy hermes, which we won't support till RN 0.84.
Let's fix the lookup logic so always look up the commit from Hermes'
`main` branch instead. Let's also update cmake to a version that
supports visionOS
## Test Plan:
Revert my commit to use JSC on CI so we can see if Hermes passes.1 parent d1ca0af commit 4971a4b
File tree
5 files changed
+411
-86
lines changed- .github
- actions/microsoft-setup-toolchain
- workflows
- packages
- react-native/sdks/hermes-engine
- rn-tester
- RNTesterPods.xcodeproj
5 files changed
+411
-86
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | 58 | | |
64 | 59 | | |
65 | 60 | | |
| |||
Lines changed: 10 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
190 | | - | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
191 | 193 | | |
192 | 194 | | |
193 | 195 | | |
| |||
239 | 241 | | |
240 | 242 | | |
241 | 243 | | |
242 | | - | |
243 | | - | |
244 | | - | |
245 | | - | |
| 244 | + | |
| 245 | + | |
246 | 246 | | |
247 | | - | |
248 | | - | |
| 247 | + | |
| 248 | + | |
249 | 249 | | |
250 | 250 | | |
251 | | - | |
| 251 | + | |
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
256 | | - | |
| 256 | + | |
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
| |||
0 commit comments