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

Precompiled Binaries #20

Open
atrope opened this issue Sep 10, 2024 · 5 comments
Open

Precompiled Binaries #20

atrope opened this issue Sep 10, 2024 · 5 comments
Labels
enhancement New feature or request

Comments

@atrope
Copy link

atrope commented Sep 10, 2024

Hi there!
How can we enable precompiled_binaries so that we don't need to build from scratch every time locally? I also noticed you've set it to always rebuild in release mode, but it should be possible to use precompiled binaries to speed up the testing process.

Thanks!

image

@felipecastrosales
Copy link

hey @Tienisto I'm facing this same problem. can you see this or suggest anything?

@Tienisto
Copy link
Owner

I don't think that compiling in debug mode provides a significant reduction in compile time. I've changed it to release mode because it was slow in debug mode compared to Dart.

I am thinking of providing binaries to download but I don't have a solution yet.

@Tienisto Tienisto added the enhancement New feature or request label Sep 14, 2024
@atrope
Copy link
Author

atrope commented Sep 16, 2024

@Tienisto can't we have a way to use already precompiled binaries? So the first time it would build but if it exists we could use them instead of compiling each build

@Tienisto
Copy link
Owner

It should already cache the binaries between builds as far as I've seen

@atrope
Copy link
Author

atrope commented Sep 16, 2024

It is building in every new build overwriting what already was built

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants