Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Control profiling builds via build tag #18

Merged
merged 1 commit into from
Feb 2, 2017
Merged

Control profiling builds via build tag #18

merged 1 commit into from
Feb 2, 2017

Conversation

tamird
Copy link
Contributor

@tamird tamird commented Feb 2, 2017

This allows musl builds to avoid profiling which causes deadlock.
See jemalloc/jemalloc#585.

This allows musl builds to avoid profiling which causes deadlock.
See jemalloc/jemalloc#585.
@@ -8,6 +8,11 @@ find . -type l -not -path './.git/*' -exec rm {} \;
curl -sL https://github.com/jemalloc/jemalloc/releases/download/4.4.0/jemalloc-4.4.0.tar.bz2 | tar jxf - -C internal --strip-components=1
patch -p1 -d internal < secure_getenv.patch

# symlink so cgo compiles them
Copy link
Contributor

Choose a reason for hiding this comment

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

Why did this move?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The comment about git clean was borrowed from c-rocksdb's import.sh, and this is the style followed by that file - just trying to make the two more consistent.

@tamird tamird merged commit 3a779a0 into master Feb 2, 2017
@tamird tamird deleted the prof-tag branch February 2, 2017 20:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants