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:
Nicola Corti
2023-08-09 13:50:59 -07:00
committed by Facebook GitHub Bot
parent cb60e5c67b
commit fedbb7202c
-5
View File
@@ -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