You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments