os icon indicating copy to clipboard operation
os copied to clipboard

Improve C/C++ compiler testing

Open pnasrat opened this issue 1 year ago • 5 comments

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

pnasrat avatar Jul 10 '24 13:07 pnasrat

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).

smoser avatar Jul 10 '24 14:07 smoser

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

TaylorBloom129 avatar Jul 10 '24 16:07 TaylorBloom129

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

pnasrat avatar Jul 10 '24 19:07 pnasrat

Related:

  • https://github.com/wolfi-dev/os/pull/23720
  • https://github.com/wolfi-dev/os/pull/23787

xnox avatar Jul 10 '24 21:07 xnox