Skip to content

Commit

Permalink
Use trunk Hermes for RNTester test (facebook#727)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: facebook#727

Reviewed By: cortinico

Differential Revision: D35512494

Pulled By: neildhar

fbshipit-source-id: 4372a26e83e9d1f97811d5e5c76ff69d66e6b6ec
  • Loading branch information
neildhar authored and facebook-github-bot committed Apr 27, 2022
1 parent e5ce98a commit 15d07c2
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@ workflows:
- windows
- test-emscripten
- test-linux
- test-e2e:
requires:
- npm
- test-e2e
- test-e2e-intl

# Default settings for Apple jobs (apple-runtime, test-apple-runtime)
Expand Down Expand Up @@ -496,25 +494,24 @@ jobs:
executor:
name: android/android-machine
working_directory: /home/circleci
environment:
REACT_NATIVE_OVERRIDE_HERMES_DIR: /home/circleci/hermes
steps:
- attach_workspace:
at: /tmp/input
- node/install:
install-yarn: true
lts: true
- run:
name: Setup dependencies
command: |
(yes | sdkmanager "cmake;3.18.1" --verbose) || true
sudo apt-get update
sudo apt-get install -y ninja-build
- checkout:
path: hermes
- run:
name: Prepare RNTester
command: |
git clone --depth=1 https://github.com/facebook/react-native
cd react-native
yarn install
npm install /tmp/input/hermes-engine-v*.tgz
echo "console.log('Using Hermes: ' + (global.HermesInternal != null));" >> packages/rn-tester/js/RNTesterApp.android.js
- android/start-emulator-and-run-tests:
post-emulator-launch-assemble-command: ''
Expand Down

0 comments on commit 15d07c2

Please sign in to comment.