-
Notifications
You must be signed in to change notification settings - Fork 24.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make hermes build more robust to avoid cache poisoning (#41076)
Summary: In one of the latests commits on main, Hermes failed somehow to build dSYMs in some slices. However, the slices were cached (so the cache is poisoned) and the overall process failed. With this change, we aim to make the slice's build process fail if the dSYM or the actual framework is not built properly, before caching, so they are not poisoned ## Changelog: [Internal] - Fail the build if dSYM or hermes.frameworks are not built Pull Request resolved: #41076 Test Plan: CircleCI is green Reviewed By: huntie Differential Revision: D50453598 Pulled By: cipolleschi fbshipit-source-id: 06bf16ef1472bd9bc9825977b817445272477a10
- Loading branch information
1 parent
fbd8504
commit 0b8fd74
Showing
2 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters