Circle CI: Install Hermes make dependencies

Summary:
Adds necessary dependencies to build Hermes from source on Circle CI.

Changelog: [Internal]

Reviewed By: cortinico

Differential Revision: D35298738

fbshipit-source-id: 85ab98f7052ab80a4a9293cab3eabc26c01fba60
This commit is contained in:
Héctor Ramos
2022-04-01 14:42:02 -07:00
committed by Facebook GitHub Bot
parent 5ff7f809dc
commit 3649355942
+8
View File
@@ -432,6 +432,10 @@ jobs:
- run:
name: Set USE_HERMES=1
command: echo "export USE_HERMES=1" >> $BASH_ENV
- with_brew_cache_span:
steps:
- brew_install:
package: cmake ninja
- run:
name: Setup the CocoaPods environment
@@ -677,6 +681,10 @@ jobs:
- run:
name: Set USE_HERMES=1
command: echo "export USE_HERMES=1" >> $BASH_ENV
- with_brew_cache_span:
steps:
- brew_install:
package: cmake ninja
- run:
name: Install CocoaPods dependencies