Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(CI): Reduce the target size when build on GitHub actions #2086

Merged
merged 5 commits into from
Aug 2, 2024

Conversation

acelyc111
Copy link
Member

@acelyc111 acelyc111 commented Aug 2, 2024

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.

@github-actions github-actions bot added the build label Aug 2, 2024
@acelyc111 acelyc111 changed the title chore(CI): Reduce the target size when running CI on GitHub chore(CI): Reduce the target size when build on GitHub actions Aug 2, 2024
@acelyc111 acelyc111 merged commit 581a811 into apache:master Aug 2, 2024
83 of 85 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants