Pre compiled version for windows using node-pre-gyp
Windows users require a complicated setup for Visual Studio VC++. It would be very helpful to have gc-stats as pre-compiled module e.g. using http://www.appveyor.com/ and https://github.com/mapbox/node-pre-gyp
Sorry,
But I don't have any windows boxes to test and develope for windows
PR is welcome
:) That's why I asked (I don't use windows too ...) - http://www.appveyor.com/ provides the windows boxes.
Need help with this?
@robrich +1 for help :)
Is there a move to have compiled binaries for all archs?
@gabrielcsapo We have a fork of this lib which we are keeping up to date https://github.com/RisingStack/node-gcstats . We host binaries and use node-pre-gyp for automating the distribution of them. Currently we do not build for Windows though.
@dainis is the problem solved with introducing appvyeor file in the repository? Sorry, i don't have windows to check...
@megastef windows has prebuilt binaries, MacOs still doesn't have
@dainis should we then close this and open a new ticket for MacOS binaries?
FYI -- v1.4.0 with Node v12 is missing Windows binaries because the build failed: https://ci.appveyor.com/project/dainis/node-gcstats/builds/24916323
v1.5.0 looks like it will be ok once #49 is resolved. https://ci.appveyor.com/project/dainis/node-gcstats/builds/33597418
On MacOS support (which I agree should be tracked in a new ticket), @paulrutter and I recently added support for native binaries in node-oom-heapdump using Github Actions. It would be possible to create a workflow that is triggered by a publish, which then builds on MacOS like Travis/Appveyor.
Is this ever going to be fixed for 1.4.0?