From 70251813cae01b17e2ddd2e09cd3effb848b1264 Mon Sep 17 00:00:00 2001 From: Anthony Shoumikhin Date: Wed, 4 Sep 2024 12:11:44 -0700 Subject: [PATCH] Exclude some extra duplicated runtime symbols. (#5079) Summary: Pull Request resolved: https://github.com/pytorch/executorch/pull/5079 https://github.com/pytorch/executorch/actions/runs/10706226103/job/29683449296 P1567212598 Reviewed By: kirklandsign Differential Revision: D62198181 --- build/cmake_deps.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/build/cmake_deps.toml b/build/cmake_deps.toml index 476a3e69fad..60d3ac71451 100644 --- a/build/cmake_deps.toml +++ b/build/cmake_deps.toml @@ -181,6 +181,7 @@ filters = [ ] deps = [ "executorch", + "executorch_no_prim_ops", ] # ---------------------------------- extension end ---------------------------------- # ---------------------------------- binary start ----------------------------------