-
Notifications
You must be signed in to change notification settings - Fork 269
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix race condition between xcodebuild and symlink action for test XCF…
…ramework This change updates when modulemap files are generated XCFramework with static libraries. Previously, modulemap were generated after the XCFramework bundle was created with xcodebuild. Now, it's being included as part of the headers directory. Additionally, this change adopts the intermediates module ahead of a rule migration to test/starlark_tests/. PiperOrigin-RevId: 465638790 (cherry picked from commit e3cd464)
- Loading branch information
1 parent
11a6599
commit 0dac0db
Showing
6 changed files
with
163 additions
and
92 deletions.
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
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
Oops, something went wrong.