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: Remove estimator from release build #6785

Merged
merged 1 commit into from
May 11, 2022

Conversation

jakmeier
Copy link
Contributor

The parameter estimator is not part of released binaries and only
slows down make release unnecessarily.

Users of the estimator are adivised to to build manually.
Or, when running a full estimation and collecting the data in the
warehouse using cargo run -p estimator-warehouse -- estimate,
then compilation is automatic.

The parameter estimator is not part of released binaries and only
slows down `make release` unnecessarily.

Users of the estimator are adivised to to build manually.
Or, when running a full estimation and collecting the data in the
warehouse using `cargo run -p estimator-warehouse -- estimate`,
then compilation is automatic.
Copy link
Contributor

@matklad matklad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, but let's merge after #6782

Copy link
Contributor

@mina86 mina86 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it’s fine. I can handle resolving the conflict.

@jakmeier jakmeier merged commit 8173961 into near:master May 11, 2022
@jakmeier jakmeier deleted the no-estimator-in-release branch May 11, 2022 13:43
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.

3 participants