Skip to content

gh-117888: print failing command when platform triplet detection errors#134905

Open
duaneg wants to merge 1 commit intopython:mainfrom
duaneg:gh-117888
Open

gh-117888: print failing command when platform triplet detection errors#134905
duaneg wants to merge 1 commit intopython:mainfrom
duaneg:gh-117888

Conversation

@duaneg
Copy link
Copy Markdown
Contributor

@duaneg duaneg commented May 29, 2025

The build system determines the platform triplet using the C preprocessor. If that fails for whatever reason we presently just report "none" for the triplet and continue until the invalid triplet causes a messy failure down the line.

Instead, store any error output, and in the event of a failure send it to stderr and fail immediately with a clear error message.

…n errors

The build system determines the platform triplet using the C preprocessor. If
that fails for whatever reason we presently just report "none" for the triplet
and continue until the invalid triplet causes a messy failure down the line.

Instead, store any error output, and in the event of a failure send it to
stderr and fail immediately with a clear error message.
@github-actions
Copy link
Copy Markdown

This PR is stale because it has been open for 30 days with no activity.

@github-actions github-actions Bot added the stale Stale PR or inactive for long period of time. label Apr 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting review stale Stale PR or inactive for long period of time.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant