MadLittleMods / node-usb-detection

List USB devices in system and detect changes on them.
MIT License
371 stars 114 forks source link

Remove outdated Node builds #134

Closed MadLittleMods closed 2 years ago

MadLittleMods commented 3 years ago

Remove outdated Node builds

Fix https://github.com/MadLittleMods/node-usb-detection/issues/140


It appears like the Travis builds have been failing on tagged releases since 4.8.0, https://travis-ci.org/github/MadLittleMods/node-usb-detection/jobs/678826650 but there are still prebuild artifacts since then so I'm not sure.

And same error as today:

gyp: name 'v8_enable_pointer_compression' is not defined while evaluating condition 'v8_enable_pointer_compression == 1' in binding.gyp while trying to load binding.gyp
mcous commented 2 years ago

I've been digging into this some more, and I have a question and an idea:

On top of that, travis-ci.org has been deprecated in favor of travis-ci.com, so that needs to be figured out

MadLittleMods commented 2 years ago

@mcous Feel free to simplify and rip out the old way builds were working to make it sane.