-
Notifications
You must be signed in to change notification settings - Fork 95
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
feat: upgrade to async-profiler 2 #68
base: master
Are you sure you want to change the base?
Conversation
@edeNFed I try to update to async profiler 2 using the released artifact but I don't know exactly how to test it. |
bdc2a0a
to
30a7c65
Compare
Can you share how you compiled the code? I used |
Hi @BasselAshi I use |
Hi @loicmathieu You can test this by using the |
Thanks @edeNFed I'll have a look next week |
@loicmathieu Is there any progress so far? |
@pvorb no, I didn't find the time to work on it yet. |
RUN apk add build-base git linux-headers | ||
RUN git clone https://github.com/edeNFed/async-profiler.git | ||
RUN cd async-profiler && make | ||
RUN apk add build-base linux-headers curl |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For unpacking the tar.gz file, the alpine tar package is needed because the existing tar
command from busybox doesn't support all necessary features.
RUN apk add build-base linux-headers curl | |
RUN apk add build-base linux-headers curl tar |
Fixes #62
I confirm that this contribution is made under the terms of the license found in the root directory of this repository's source tree and that I have the authority necessary to make this contribution on behalf of its copyright owner.