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

Disable dap for the production fuel-core-bin #1097

Merged
merged 6 commits into from
Apr 4, 2023

Conversation

xgreenx
Copy link
Collaborator

@xgreenx xgreenx commented Apr 3, 2023

It is a separate change from #1096 to create an image without jemallocator not to mix fixes.

Do not merge it. Maybe we will combine it with jemallocator for the release.

@xgreenx xgreenx requested a review from a team April 3, 2023 16:38
@xgreenx xgreenx self-assigned this Apr 3, 2023
default = ["debug", "metrics", "rocksdb"]
metrics = ["dep:fuel-core-metrics"]
p2p = ["dep:fuel-core-p2p", "dep:fuel-core-sync"]
relayer = ["dep:fuel-core-relayer"]
rocksdb = ["dep:rocksdb", "dep:tempfile"]
test-helpers = ["fuel-core-p2p?/test-helpers"]
# features to enable in production, but increase build times
rocksdb-production = ["rocksdb?/jemalloc"]
rocksdb-production = ["rocksdb", "rocksdb?/jemalloc"]
Copy link
Member

Choose a reason for hiding this comment

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

nit: shouldn't this be just "rocksdb/jemalloc", not conditonal on rocksdb since we explicitly enable it already?

@xgreenx xgreenx changed the base branch from release/0.17.7 to release/0.17.8 April 4, 2023 16:56
@xgreenx xgreenx merged commit c91d4dc into release/0.17.8 Apr 4, 2023
@xgreenx xgreenx deleted the release/0.17.8-patch branch April 4, 2023 16:56
Voxelot pushed a commit that referenced this pull request Apr 5, 2023
It is a separate change from
#1096 to create an image
without `jemallocator` not to mix fixes.

Do not merge it. Maybe we will combine it with `jemallocator` for the
release.
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.

2 participants