devabhishekpal opened a new pull request, #8973: URL: https://github.com/apache/ozone/pull/8973
## What changes were proposed in this pull request? Explicitly install pnpm as part of build step and avoid npx Please describe your PR in detail: Ozone builds are failing as npx is not connecting to the npmjs registry. Initial inspection points towards IP blacklisting. As a part of this PR we make the following changes: - We directly install pnpm as a part of the build process / step following the official CI guide for pnpm. Refer [here](https://pnpm.io/continuous-integration#github-actions) - Replace usage of `npx pnpm@<version>` with direct `pnpm ...` to avoid sending any requests to npmjs registry ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-13620 ## How was this patch tested? Patch was tested manually via the CI that runs on local fork -- 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]
