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

improve build times by extracting asset opt into its own crate #3273

Merged
merged 16 commits into from
Dec 3, 2024

Conversation

jkelleyrtp
Copy link
Member

@jkelleyrtp jkelleyrtp commented Dec 2, 2024

Adding asset opt to the cli changed CI build times from 5 minutes to 30 minutes. This fixes that by pulling out the asset optimization into a dedicated crate which doesn't participate in the CLI's code-gen units for better caching.

@jkelleyrtp jkelleyrtp changed the title improve build types by extracing asset opt as a dylib improve build times by extracing asset opt as a dylib Dec 2, 2024
@jkelleyrtp jkelleyrtp changed the title improve build times by extracing asset opt as a dylib improve build times by extracting asset opt as a dylib Dec 2, 2024
@jkelleyrtp jkelleyrtp changed the title improve build times by extracting asset opt as a dylib improve build times by extracting asset opt into its own crate Dec 2, 2024
@jkelleyrtp jkelleyrtp merged commit 1cbfcde into main Dec 3, 2024
17 checks passed
@jkelleyrtp jkelleyrtp deleted the jk/faster-ci-again branch December 3, 2024 00:52
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.

1 participant