Haiyang-Sun / nodeprof.js

Instrumentation framework for Node.js compliant to ECMAScript 2020 based on GraalVM.
Apache License 2.0
53 stars 22 forks source link

mx build does not work for latest version. #115

Open LSA125 opened 3 months ago

LSA125 commented 3 months ago

The install does not work on later versions of mx, version 7.7.1 works for me

midsorbet commented 2 months ago

I was running into this build error with version 7.7.1 - https://github.com/oracle/graal/issues/6324. I checked out the graal folder cloned by the mx tool to the commit that fixed it 15d7be6 and was able to get it to build

Haiyang-Sun commented 2 months ago

@midsorbet thanks for the answer. Anything we need to change in nodeprof's repo? Please always feel free to start a PR if something can be updated.