shibd opened a new pull request, #389:
URL: https://github.com/apache/pulsar-client-node/pull/389

   ### Motivation
   
   Compile glibc binaries using node:buster instead of centos7 for two reasons:
   
   1. Binaries compiled with centos7 may not be compatible with the node:buster 
(glibc) environment.
   2. Centos7 has reached its [End of Life 
(EOL)](https://www.redhat.com/en/topics/linux/centos-linux-eol#:~:text=CentOS%20Linux%207%20will%20reach%20end%20of%20life%20(EOL)%20on,can%20help%20ease%20your%20migration)."
   
   ### Modifications
   
   Use `node:${NODE_VERSION}-buster` to build glibc-type binaries.
   
   ### Verifying this change
   1. Multi linux_glibc oss verify passed.
   
https://github.com/apache/pulsar-client-node/blob/13c285989743aa37e5c2b2909fadef0d343b228e/.github/workflows/ci-pr-validation.yml#L173-L179
   
   2. Self-release build passed and verified passed.
   https://github.com/shibd/pulsar-client-node/releases/tag/v1.11.0-fix.1
   You can install it by: `npm install [email protected]`
   
   ### Documentation
   
   <!-- DO NOT REMOVE THIS SECTION. CHECK THE PROPER BOX ONLY. -->
   
   - [ ] `doc-required` 
   (Your PR needs to update docs and you will update later)
   
   - [x] `doc-not-needed` 
   (Please explain why)
   
   - [ ] `doc` 
   (Your PR contains doc changes)
   
   - [ ] `doc-complete`
   (Docs have been already added)
   


-- 
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]

Reply via email to