mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Do not store Hermes debug symbols on CircleCI (#38902)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/38902 As now we distribute libraries on Maven Central, users should be able to use those instead of having to download them from the React Native CI automatically. This is already available since React Native 0.71, so we can probably remove this extra step. Changelog: [Internal] [Changed] - Do not store Hermes debug symbols on CircleCI Reviewed By: mdvacca Differential Revision: D48197732 fbshipit-source-id: 037794ac7167b3b3cc217c76699c83cc1ba9ab60
This commit is contained in:
committed by
Facebook GitHub Bot
parent
cb60e5c67b
commit
fedbb7202c
@@ -1895,11 +1895,6 @@ jobs:
|
||||
fi
|
||||
|
||||
node ./scripts/publish-npm.js --<< parameters.release_type >>
|
||||
- run:
|
||||
name: Zip Hermes Native Symbols
|
||||
command: zip -r /tmp/hermes-native-symbols.zip ~/react-native/packages/react-native/ReactAndroid/hermes-engine/build/intermediates/cmake/
|
||||
- store_artifacts:
|
||||
path: /tmp/hermes-native-symbols.zip
|
||||
- run:
|
||||
name: Zip Maven Artifacts from /tmp/maven-local
|
||||
command: zip -r /tmp/maven-local.zip /tmp/maven-local
|
||||
|
||||
Reference in New Issue
Block a user