Skip to content

ExtUtils-CBuilder: fix test failure when CXX env var is set #23339

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

Merged
merged 1 commit into from
May 29, 2025

Conversation

haarg
Copy link
Contributor

@haarg haarg commented May 29, 2025

The test is checking how searching for a C++ compiler behaves, so ignoring an external CXX environment variable is appropriate.

Fixes #23277

The test is checking how searching for a C++ compiler behaves, so
ignoring an external CXX environment variable is appropriate.
@haarg haarg requested review from bingos and Leont May 29, 2025 16:29
Copy link
Contributor

@jkeenan jkeenan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I built this branch with g++ as the C-compiler on Linux (unthreaded) and FreeBSD-14 (threaded). In both cases, the test failure was corrected and the test file passed.

@haarg haarg merged commit bc8ebc5 into blead May 29, 2025
68 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ExtUtils-CBuilder/t/03-cplusplus.t failed when ENV{CXX} is defined
3 participants