Skip to content
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

Improve C/C++ compiler testing #23724

Open
pnasrat opened this issue Jul 10, 2024 · 5 comments
Open

Improve C/C++ compiler testing #23724

pnasrat opened this issue Jul 10, 2024 · 5 comments

Comments

@pnasrat
Copy link
Contributor

pnasrat commented Jul 10, 2024

The gcc-12 12.4.0 bump broke compilation due to missing dependencies

Ensure that our C/C++ compilers have adequate test pipelines to ensure compiling works

@smoser
Copy link
Contributor

smoser commented Jul 10, 2024

We can add a simple test: test that does a hello world test in C and C++, but I'm guessing that gcc has a reasonable test suite . We should probably consider running that in test: (rather than part of the build, so as to test dependencies).

@TaylorBloom129
Copy link
Contributor

@pnasrat is this an interrupts / eng pri or backlog item?

@pnasrat
Copy link
Contributor Author

pnasrat commented Jul 10, 2024

@TaylorBloom129 @roaksoax asked me to file it more a backlog item though @xnox may have added some initial testing.

@xnox
Copy link
Contributor

xnox commented Jul 10, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants
@pnasrat @smoser @xnox @TaylorBloom129 and others