feat(build-curl-h3): auto-trigger on tag push - #1
Closed
tzssangglass wants to merge 1 commit into
Closed
Conversation
tzssangglass
marked this pull request as draft
June 14, 2026 15:37
tzssangglass
force-pushed
the
build-curl-h3-workflow
branch
from
June 14, 2026 16:32
9d321c9 to
9d84ab5
Compare
tzssangglass
force-pushed
the
build-curl-h3-workflow
branch
from
June 14, 2026 16:42
9d84ab5 to
598cf67
Compare
tzssangglass
marked this pull request as ready for review
June 14, 2026 17:02
Author
|
another new CI failed: https://github.com/openresty/lua-nginx-module/actions/runs/27594856817/job/81582963875 |
Contributor
|
We can use the curl directly from https://github.com/stunnel/static-curl |
Author
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
During the process of submitting a PR for lua-nginx-module earlier, I encountered a CI failure: https://github.com/openresty/lua-nginx-module/actions/runs/26863098901/job/79220859392
After conducting an investigation, I found that it was due to
TEST 2 (
lua_need_request_body off) in HTTP/3 mode, curl times out:Key information: curl received the full 187-byte 500 response but waited until the
--max-time 3-secondtimeout expired before exiting.Subsequently, the
IPC::Runtimer also timed out (in the CI high-load environment, it triggered before curl), directly terminating the test process and causing the subsequent 8 tests to fail, changing the plan from 52 to 44.Same issue on curl repo:
curl fix it at 8.5.0: curl/curl@9cc5787
The current version of this repo release is 8.3.0
So I plan to make this repo release curl 8.20.0 to meet the testing requirements of the lua-nginx-module.
My release test on this PR: https://github.com/tzssangglass/openresty-deps-prebuild/releases/tag/v1.0.1
I hereby granted the copyright of the changes in this pull request
to the authors of this openresty-deps-prebuild project.