[Rpm-maint] [rpm-software-management/rpm] Add some cmake-presets(7) and test clang builds in CI (PR #4118)
Panu Matilainen
notifications at github.com
Thu Feb 19 07:45:45 UTC 2026
@pmatilai commented on this pull request.
> @@ -69,6 +65,24 @@ RUN dnf -y install \
strace \
valgrind
+# Install the requested toolchain
+ARG TOOLCHAIN=gnu
+RUN case "$TOOLCHAIN" in \
+ gnu) \
Lets just call this gcc. This is a compiler choice, and the name gnu sounds as if there could be much more behind it.
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/4118#pullrequestreview-3823984592
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/pull/4118/review/3823984592 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20260218/68baa93a/attachment.htm>
More information about the Rpm-maint
mailing list