Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(CI): Reduce the target size when build on GitHub actions (#2086)
The GitHub action runners for free plan is very limit, it's easy to exceed the disk space. This patch adds some build and link flags to reduce the target size to ensure the actions can be completed without disk exhaust issues. Now the release packge is reduced from about 2,600,468,480 bytes to 686,325,578 bytes, and the ASAN package can be built completly now.
- Loading branch information