api7 / apisix-build-tools

Build tools to package and release
Apache License 2.0
125 stars 96 forks source link

fix: remove grpc-client-nginx-module #370

Closed sheharyaar closed 9 months ago

sheharyaar commented 9 months ago

In APISIX, a Golang library was previously used to effectively implement a gRPC client and bind it to the Nginx ecosystem. It is called grpc-client-nginx-module. APISIX no longer uses this, it was removed in the PR https://github.com/apache/apisix/pull/9456. This PR removes it from the build-tools

CLAassistant commented 9 months ago

CLA assistant check
All committers have signed the CLA.

sheharyaar commented 9 months ago

By the way, ci failed.

For all the CI, this step of updating and installing tools failed :

image

monkeyDluffy6017 commented 9 months ago

We should make the ci pass