mev-rs icon indicating copy to clipboard operation
mev-rs copied to clipboard

Extend Dockerfile with `no-default-features` if features are provided

Open ralexstokes opened this issue 9 months ago • 0 comments

https://github.com/ralexstokes/mev-rs/blob/f17cb87e2dbfbb011eef1177575f92b5f2cee554/Dockerfile#L19

The intent of this feature flag is to allow a user to partition which component they want, e.g. --features boost, but without the --no-default-features flag, the full suite is built.

This has a bit of a strange interplay if the user also wants other features, e.g. minimal-preset so this may require revisiting the component partitioning strategy.

ralexstokes avatar May 15 '24 15:05 ralexstokes