node-gyp icon indicating copy to clipboard operation
node-gyp copied to clipboard

fix: use temp dir for tar extraction on all platforms

Open tmm1 opened this issue 5 months ago • 3 comments

fixes #3165

Checklist
  • [ ] npm install && npm run lint && npm test passes
  • [ ] tests are included
  • [ ] documentation is changed or added
  • [ ] commit message follows commit guidelines
Description of change

tmm1 avatar Jun 22 '25 05:06 tmm1

Failing lint tests https://docs.astral.sh/ruff/rules/import-outside-top-level

cclauss avatar Jun 22 '25 05:06 cclauss

Weird, I didn't touch any python code?

tmm1 avatar Jun 22 '25 06:06 tmm1

  • #3171

cclauss avatar Jun 22 '25 06:06 cclauss

I think this is safe to merge as the Python linting failures have been fixed in main (from #3169).

lukekarrys avatar Jul 29 '25 23:07 lukekarrys