Skip to content

Commit

Permalink
Circle CI: enable BUILD_HERMES_SOURCE for build_ios / test_ios_unit jobs
Browse files Browse the repository at this point in the history
Summary:
Build Hermes from source when testing Hermes on Circle CI.

Changelog: [Internal]

Reviewed By: cortinico, dmitryrykun

Differential Revision: D35679571

fbshipit-source-id: 7829242db28871731821d36f752d0479fd83bb49
  • Loading branch information
hramos authored and facebook-github-bot committed Apr 20, 2022
1 parent f22d434 commit 29c5461
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 29c5461

Please sign in to comment.