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

filemanager: use pre-compiled binaries #919

Open
mmalenic opened this issue Mar 18, 2025 · 0 comments
Open

filemanager: use pre-compiled binaries #919

mmalenic opened this issue Mar 18, 2025 · 0 comments
Labels
devops filemanager an issue relating to the filemanager

Comments

@mmalenic
Copy link
Member

In order to speed up build times, it might be useful to pre-compile the filemanager binary and use that instead of building each time.

The filemanager would still be need to be re-compiled when changed, but I think that separating the compilation from the parts of the build process that test or use filemanager would speed things up because those components wouldn't need to compile their own version of filemanager. E.g. this could be useful for the integration tests that are part of the FMAnnotator, or just for speeding up the stateless tests in general.

@mmalenic mmalenic added filemanager an issue relating to the filemanager devops labels Mar 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devops filemanager an issue relating to the filemanager
Projects
None yet
Development

No branches or pull requests

1 participant