-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: The build on arm64 macos is stopped due to running out of disk space: > You are running out of disk space. The runner will stop working when the machine runs out of disk space. Free space left: 76 MB This is likely due to swap as it only has 7GB of RAM compared to 14GB on the amd64 runner. - Switch both macos jobs to build the monolithic library to save diskspace. - Switch the arm64 build to release to further decrease memory footprint. Fixes #10901 Pull Request resolved: #10905 Reviewed By: gggrace14 Differential Revision: D62062702 Pulled By: xiaoxmeng fbshipit-source-id: 455a9ce2725e86e0e470716f95f353f69921ec89
- Loading branch information
1 parent
ede7d0b
commit ecebbbf
Showing
2 changed files
with
11 additions
and
9 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