You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN cargo chef cook --profile ${BUILD_PROFILE} --features "$FEATURES" --recipe-path recipe.json
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.
The text was updated successfully, but these errors were encountered:
mev-rs/Dockerfile
Line 19 in f17cb87
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.The text was updated successfully, but these errors were encountered: