toolbox/playbooks
Debarshi Ray e3b4b5ec24 playbooks: Require GCC and show its version
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 c8aaed52c5
    https://github.com/containers/toolbox/pull/923

https://github.com/containers/toolbox/pull/1218
2023-01-27 22:02:40 +01:00
..
build.yaml .zuul, playbooks: Add copyright and license notices 2022-11-28 22:47:15 +01:00
dependencies-centos-9-stream.yaml playbooks: Require GCC and show its version 2023-01-27 22:02:40 +01:00
dependencies-fedora.yaml playbooks: Require GCC and show its version 2023-01-27 22:02:40 +01:00
setup-env-migration-path-for-coreos-toolbox.yaml Test -Dmigration_path_for_coreos_toolbox on CentOS Stream 9 2022-12-14 23:09:55 +01:00
setup-env.yaml playbooks: Rename the file with the dependencies 2022-12-14 23:09:55 +01:00
system-test.yaml .zuul, playbooks: Add copyright and license notices 2022-11-28 22:47:15 +01:00
unit-test.yaml playbooks: Reveal the standard error & output streams from 'meson test' 2022-12-14 23:09:55 +01:00