Skip to content

Commit 6e2fea8

Browse files
cortinicofacebook-github-bot
authored andcommitted
Store Hermes Debug Symbols inside CircleCI (#33779)
Summary: Pull Request resolved: #33779 This diff adds a `store_artifacts` to CircleCI so the Hermes debug symbols are retained and can be used to symbolicate native crashes for Hermes. Changelog: [Internal] [Changed] - Store Hermes Debug Symbols inside CircleCI Reviewed By: cipolleschi Differential Revision: D36201978 fbshipit-source-id: ef9a71e2953180aef5caea9f5eb0047190ed6198
1 parent 1160127 commit 6e2fea8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.circleci/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1166,6 +1166,11 @@ jobs:
11661166
# END: Stables and nightlies
11671167

11681168
- run: node ./scripts/publish-npm.js << parameters.publish_npm_args >>
1169+
- run:
1170+
name: Zip Hermes Native Symbols
1171+
command: zip -r /tmp/hermes-native-symbols.zip ~/react-native/ReactAndroid/hermes-engine/build/intermediates/cmake/
1172+
- store_artifacts:
1173+
path: /tmp/hermes-native-symbols.zip
11691174

11701175
# START: Commitlies
11711176
# Provide a react-native package for this commit as a Circle CI release artifact.

0 commit comments

Comments
 (0)