cmake: support building some complicated examples, build them in CI#18909
Closed
vszakats wants to merge 4 commits into
Closed
cmake: support building some complicated examples, build them in CI#18909vszakats wants to merge 4 commits into
vszakats wants to merge 4 commits into
Conversation
vszakats
marked this pull request as draft
October 7, 2025 11:23
vszakats
added a commit
to vszakats/curl
that referenced
this pull request
Oct 7, 2025
Cherry-picked from curl#18909
vszakats
added a commit
that referenced
this pull request
Oct 7, 2025
vszakats
force-pushed
the
cm-build-some-complex-examples
branch
from
October 7, 2025 12:44
e1eb9c7 to
2209f45
Compare
vszakats
marked this pull request as ready for review
October 7, 2025 13:48
vszakats
added a commit
that referenced
this pull request
Oct 7, 2025
- cacertinmem: build cleanly with BoringSSL/AWS-LC. - cacertinmem: silence `-Wcast-function-type-strict`. - multi-uv: fix callback prototypes. - multithread, threaded-ssl: do not pass const as thread arg. - sessioninfo: fix suppressing deprecated feature warning. - usercertinmem: sync formatting with cacertinmem. Follow-up to 4a6bdd5 #18908 Cherry-picked from #18909 Closes #18914
move libuv to a debug job (required)
vszakats
force-pushed
the
cm-build-some-complex-examples
branch
from
October 7, 2025 15:36
40c0d2a to
a4a7660
Compare
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.
Build these examples when the necessary dependencies are present:
Indicate the necessary dependency via a
Required:comment placed inthe source file. A single dependency per source is supported as of now.
The name of the dependency should match the variable used within
the cmake scripts, which in turn matches the macro used in the config
header. E.g. for GnuTLS it's
USE_GNUTLS.Also:
Follow-up to 6bb7714 #18914
also uses, and also build cleanly in CI.