e3b4b5ec24
Building Toolbx requires a C compiler [1], which defaults to GCC on
Fedora and CentOS Stream. It's good to explicitly require it, so that
it doesn't go missing from the build.
Showing the version of the C compiler is a big help when debugging weird
build problems involving the toolchain. A following commit will use CGO
to link to libsubid.so, which will only increase the relevance of the C
compiler.
[1] Commit
|
||
---|---|---|
.. | ||
build.yaml | ||
dependencies-centos-9-stream.yaml | ||
dependencies-fedora.yaml | ||
setup-env-migration-path-for-coreos-toolbox.yaml | ||
setup-env.yaml | ||
system-test.yaml | ||
unit-test.yaml |