From fedbb7202c82cc95b2e0e55c3c6a6d35f95703af Mon Sep 17 00:00:00 2001 From: Nicola Corti Date: Wed, 9 Aug 2023 13:50:59 -0700 Subject: [PATCH] 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 --- .circleci/config.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a8fa1fc263d..189cd59fe20 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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