Circle CI: enable BUILD_HERMES_SOURCE for build_ios / test_ios_unit jobs

Summary:
Build Hermes from source when testing Hermes on Circle CI.

Changelog: [Internal]

Reviewed By: cortinico, dmitryrykun

Differential Revision: D35679571

fbshipit-source-id: 7829242db28871731821d36f752d0479fd83bb49
This commit is contained in:
Héctor Ramos 2022-04-20 16:51:54 -07:00 committed by Facebook GitHub Bot
parent f22d4348dc
commit 29c5461114

View File

@ -409,6 +409,11 @@ jobs:
- run:
name: Set USE_HERMES=1
command: echo "export USE_HERMES=1" >> $BASH_ENV
- run:
name: Set BUILD_HERMES_SOURCE=1
command: echo "export BUILD_HERMES_SOURCE=1" >> $BASH_ENV
- with_brew_cache_span:
steps:
- brew_install:
@ -487,6 +492,10 @@ jobs:
name: Set USE_HERMES=1
command: echo "export USE_HERMES=1" >> $BASH_ENV
- run:
name: Set BUILD_HERMES_SOURCE=1
command: echo "export BUILD_HERMES_SOURCE=1" >> $BASH_ENV
- run:
name: Setup the CocoaPods environment
command: bundle exec pod setup