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

playbooks: Require GCC and show its version #1218

Merged
merged 1 commit into from
Jan 27, 2023

Conversation

debarshiray
Copy link
Member

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 c8aaed5
#923

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 c8aaed5
    containers#923

containers#1218
@softwarefactory-project-zuul
Copy link

Build succeeded.

✔️ unit-test SUCCESS in 8m 32s
✔️ unit-test-migration-path-for-coreos-toolbox SUCCESS in 3m 17s
✔️ system-test-fedora-rawhide SUCCESS in 12m 53s
✔️ system-test-fedora-36 SUCCESS in 12m 38s
✔️ system-test-fedora-35 SUCCESS in 14m 03s

@debarshiray debarshiray merged commit e3b4b5e into containers:main Jan 27, 2023
@debarshiray debarshiray deleted the wip/rishi/playbooks-gcc branch January 27, 2023 22:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant