Skip to content

runtests: fix LD_PRELOAD detection for cmake-built curl binaries #17756

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

vszakats
Copy link
Member

@vszakats vszakats commented Jun 26, 2025

CMake builds by default don't include a triplet in the curl -V output,
but a CMake-specific OS string, which is usually capitalized or stylized,
e.g. "Linux", or "FreeBSD". Make the regexp expression case-insensitive
to handle this.

Follow-up to 171b623 #17653

CMake build by default don't include a triplet, but an OS string, which
is usually capitalized or stylized, e.g. "Linux", or "FreeBSD". Make
the regexp match case-insensitive to handle this.
@vszakats vszakats closed this in 7b0b03c Jun 26, 2025
@vszakats vszakats deleted the t-ld-preload-detection-fix branch June 26, 2025 22:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

1 participant