Install oxlint without node #17685
Ragnar-Oock
started this conversation in
Ideas
Replies: 1 comment
-
|
we build non-node versions of oxlint with each release, and the binaries are uploaded to our releases page: https://github.com/oxc-project/oxc/releases/tag/apps_v1.37.0 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When running CI on PR with oxlint I noticed that the time it takes for oxlint to do its job is an insignificant portion of the total runtime of the job (see this run for example ), the rest of the duration being taken by setting up the node environment.
Having seen that a simple question occurs: with oxlint not using Node to run (aside from oxlint's JS plugins), would it be interesting to investigate a way to install oxlint on its own, without all the dependencies of Node? This would allow speedier CI runs, which means potential savings for those who pay for it or self-host it.
Without having to install Node, it would be theoretically possible to cut this 17s job down to 2 or 3s (rounding up to account for the less-than-granular timings I have on hand)
Beta Was this translation helpful? Give feedback.
All reactions