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

build_helper: Optionally allow building without jemalloc #14

Closed
wants to merge 2 commits into from

Conversation

akshayknarayan
Copy link
Contributor

As a workaround for facebook/folly#976, modify build_helper.sh to allow disabling jemalloc use by passing the appropriate argument to the cmake invocation on folly.

@facebook-github-bot
Copy link
Contributor

Thank you for your pull request. We require contributors to sign our Contributor License Agreement, and yours has expired.

Before we can review or merge your code, we need you to email cla@fb.com with your details so we can update your status.

@@ -46,6 +46,12 @@ if [ -z "${BUILD_DIR-}" ] ; then
mkdir -p $BUILD_DIR
fi

if [[ ! -z $MVFST_FOLLY_USE_JEMALLOC ]]; then
Copy link
Contributor

Choose a reason for hiding this comment

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

You can add a flag option on the line # 24 as well (and update the usage)

Copy link
Contributor

Choose a reason for hiding this comment

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

nit: Can you use -n instead of ! -z?
Looks good overall.

@akshayknarayan
Copy link
Contributor Author

Looks like the travis build is running into a time limit: https://travis-ci.com/facebookincubator/mvfst/builds/111963309#L9510

@udippant
Copy link
Contributor

@akshayknarayan you'll need to sign the CLA before I can import your commit.

@akshayknarayan
Copy link
Contributor Author

@udippant is there something further I need to do? I have emailed cla@fb.com but haven't gotten a response.

@JoelMarcey
Copy link

@akshayknarayan - your CLA status should be resolved now.

@facebook-github-bot facebook-github-bot added the CLA Signed Do not delete this pull request or issue due to inactivity. label May 27, 2019
@facebook-github-bot
Copy link
Contributor

Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks!

Copy link
Contributor

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

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

@udippant has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

Copy link
Contributor

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

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

@udippant has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

@akshayknarayan akshayknarayan deleted the no-jemalloc branch May 29, 2019 22:50
@facebook-github-bot
Copy link
Contributor

@udippant merged this pull request in b336524.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed Do not delete this pull request or issue due to inactivity. Merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants