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

Add flag to not compress generic builds #191

Merged
merged 9 commits into from
Oct 29, 2024
Merged

Add flag to not compress generic builds #191

merged 9 commits into from
Oct 29, 2024

Conversation

aledbf
Copy link
Member

@aledbf aledbf commented Oct 28, 2024

Description

Add new flag --dont-compress to improve build times of already compressed assets.

@aledbf aledbf marked this pull request as ready for review October 28, 2024 18:16
@aledbf
Copy link
Member Author

aledbf commented Oct 28, 2024

With compression (default):

time leeway build runner/shared/rootfs:arm64

-rw-r--r-- 1 aledbf staff 1.3G Oct 28 13:20 72c366022890370162089afbaa5823c505915688.tar.gz

leeway build runner/shared/rootfs:arm64 177.69s

Without compression:

time leeway build runner/shared/rootfs:arm64 --dont-compress

-rw-r--r-- 1 aledbf staff 3.0G Oct 28 14:05 56bd38ab6c2124c69bb6fcde40268a50c69b715a.tar.gz

leeway build runner/shared/rootfs:arm64 --dont-compress 88.43s

@aledbf aledbf merged commit 6172791 into main Oct 29, 2024
6 checks passed
@aledbf aledbf deleted the aledbf/dont-compress branch October 29, 2024 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants