From 364935594206a9d9f56451160f7b2f2ff2da81fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ramos?= Date: Fri, 1 Apr 2022 14:42:02 -0700 Subject: [PATCH] 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 --- .circleci/config.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5f05078e204..c792c09900c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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