From: Michael Hofmann <[email protected]> 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 <[email protected]> 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 mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
