morningman opened a new pull request, #2:
URL: https://github.com/apache/doris-cli/pull/2

   Distribute the Rust binary through npm using the esbuild model: a thin 
`doriscli` launcher package resolves and execs the prebuilt binary shipped in a 
matching optional platform sub-package (doriscli-<os>-<cpu>), which npm selects 
via os/cpu constraints — no Rust toolchain or build step on install.
   
   - npm/doriscli: launcher + shared platform table + package template + readme
   - npm/build-packages.cjs: assembles npm/dist/* (version single-sourced from 
Cargo.toml)
   - .github/workflows/release-npm.yml: cross-compile 5 targets, publish on a 
v* tag; manual runs default to a --dry-run validation (no token, no version 
consumed)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to