wolfi-dev / os

Main package repository for production Wolfi images
Other
794 stars 213 forks source link

Improve C/C++ compiler testing #23724

Open pnasrat opened 2 months ago

pnasrat commented 2 months ago

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 commented 2 months ago

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 commented 2 months ago

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

pnasrat commented 2 months ago

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

xnox commented 2 months ago

Related: