From: Michael Hofmann mhofmann@redhat.com
gitlab-ci: enable native tools for Rawhide CI
With [1], the kernel tools build are built from the kernel package. Enable them in the CI pipelines as well.
[1] https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2907
Signed-off-by: Michael Hofmann mhofmann@redhat.com
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index blahblah..blahblah 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -95,6 +95,7 @@ workflow: variables: name: rawhide-ark builder_image: quay.io/cki/builder-rawhide + native_tools: 'true' kpet_tree_name: rawhide
.trigger_eln:
-- https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2915
kernel@lists.fedoraproject.org