nic-6443 opened a new pull request, #13432: URL: https://github.com/apache/apisix/pull/13432
### Description The Linux OpenResty CI setup currently builds `apisix-runtime` from source through `build-apisix-runtime.sh` during each job. That makes CI spend extra time rebuilding the same runtime that is already published as release artifacts. This changes the default OpenSSL path in `ci/linux-install-openresty.sh` to install the prebuilt `apisix-runtime-debug` Debian package for the `APISIX_RUNTIME` version from `.requirements`. The Tongsuo and FIPS paths still use the existing source build flow because they need custom runtime build options. #### Which issue(s) this PR fixes: None. ### Checklist - [x] I have explained the need for this PR and the problem it solves - [x] I have explained the changes or the new features added to this PR - [x] I have added tests corresponding to this change (not needed; this only changes CI runtime installation) - [x] I have updated the documentation to reflect this change (not needed; CI-only change) - [x] I have verified that this change is backward compatible (If not, please discuss on the [APISIX mailing list](https://github.com/apache/apisix/tree/master#community) first) -- 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]
