From ee2d318e6cec8c02791c024d442762df655d03e8 Mon Sep 17 00:00:00 2001 From: Riccardo Cipolleschi Date: Wed, 15 Feb 2023 06:39:13 -0800 Subject: [PATCH] Enable CircleCI tests for Use_Frameworks with the New Arch (#36148) Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/36148 This change enables 4 noew tests to make sure that `use_frameworks!` with the New Architecture don't break Note: We may have to publish the codegen to make this work on CircleCI properly ## Changelog: [iOS][Added] - Added tests for use_frameworks! with the new architecture Differential Revision: D43271625 fbshipit-source-id: fdba45608fb99cc8741291d614b98959a9636526 --- .circleci/config.yml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e44489663a5fb8..41da17401f03e5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1654,11 +1654,6 @@ workflows: jsengine: "Hermes" flipper: "WithFlipper" use_frameworks: "DynamicFrameworks" - - architecture: "NewArch" - flavor: "Release" - jsengine: "Hermes" - flipper: "WithoutFlipper" - use_frameworks: "StaticFrameworks" - architecture: "NewArch" flavor: "Release" jsengine: "Hermes" @@ -1679,11 +1674,6 @@ workflows: jsengine: "JSC" flipper: "WithFlipper" use_frameworks: "DynamicFrameworks" - - architecture: "NewArch" - flavor: "Release" - jsengine: "JSC" - flipper: "WithoutFlipper" - use_frameworks: "StaticFrameworks" - architecture: "NewArch" flavor: "Release" jsengine: "JSC" @@ -1724,21 +1714,11 @@ workflows: jsengine: "Hermes" flipper: "WithFlipper" use_frameworks: "StaticFrameworks" - - architecture: "NewArch" - flavor: "Debug" - jsengine: "Hermes" - flipper: "WithoutFlipper" - use_frameworks: "StaticFrameworks" - architecture: "NewArch" flavor: "Debug" jsengine: "JSC" flipper: "WithFlipper" use_frameworks: "StaticFrameworks" - - architecture: "NewArch" - flavor: "Debug" - jsengine: "JSC" - flipper: "WithoutFlipper" - use_frameworks: "StaticFrameworks" - architecture: "OldArch" flavor: "Debug" jsengine: "Hermes"