[OS-BUILD PATCHv2 3/3] redhat/self-test: Update data for cross compile fields

2023-09-22 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/self-test: Update data for cross compile fields Add CROSS_DISABLED_SUBPACKAGES and update .DEFAULT_GOAL, which now points to dist-cross-setup. Signed-off-by: Prarit Bhargava diff --git a/redhat/self-test/data/centos-2585cf9dfaad.el7

[OS-BUILD PATCHv2 1/3] redhat/Makefile.cross: Update cross targets with disabled subpackages

2023-09-22 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/Makefile.cross: Update cross targets with disabled subpackages The bpftool, perf, and tools subpackages require architecture-specific packages and currently cannot be built with the existing cross compiler packages. Disable them for cross compiler builds.

[OS-BUILD PATCHv2 2/3] redhat/Makefile.cross: Add message for disabled subpackages

2023-09-22 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava redhat/Makefile.cross: Add message for disabled subpackages Add a message for the disabled subpackages. Signed-off-by: Prarit Bhargava diff --git a/redhat/Makefile.cross b/redhat/Makefile.cross index blahblah..blahblah 100644 --- a/redhat/Makefile.cross +++

[OS-BUILD PATCHv2 0/3] redhat/Makefile.cross: Disable subpackages

2023-09-22 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2723 There are subpackages that won't compile due to architectural differences and cross compiling packaging issues. Disable these packages from cross compiling. This shouldn't be a

Re: [OS-BUILD PATCHv3] kernel.spec.template: Fix --without bpftool

2023-09-22 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2720#note_1572901766 Ah thanks :) ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to

Re: [OS-BUILD PATCHv3] kernel.spec.template: Fix --without bpftool

2023-09-22 Thread Michael Hofmann (via Email Bridge)
From: Michael Hofmann on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2720#note_1572779213 did this, it is now all green ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to

Re: [OS-BUILD PATCHv3] kernel.spec.template: Fix --without bpftool

2023-09-22 Thread Michael Hofmann (via Email Bridge)
From: Michael Hofmann on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2720#note_1572759280 I think retriggering eg a prepare job in the failing pipeline *might* get GitLab to reevaluate the status of the trigger job 樂 ___ kernel

Re: [OS-BUILD PATCHv3] kernel.spec.template: Fix --without bpftool

2023-09-22 Thread Patrick Talbert (via Email Bridge)
From: Patrick Talbert on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2720#note_1572464769 It looks like an instance of this GL bug: https://gitlab.com/gitlab- org/gitlab/-/issues/220794 I don't recall if there is a way to clean it up...

Re: [OS-BUILD PATCHv3] kernel.spec.template: Fix --without bpftool

2023-09-22 Thread Prarit Bhargava (via Email Bridge)
From: Prarit Bhargava on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2720#note_1572279089 I've fixed this in the latest push. But the MR still seems to fail but I can't see an actual test failure? @mh21 any ideas? I just see a red x with no actual test.

[OS-BUILD PATCHv3 3/3] kernel.spec: adjust build option comment

2023-09-22 Thread Michael Hofmann (via Email Bridge)
From: Michael Hofmann kernel.spec: adjust build option comment The comment was already wrong for realtime, which is disabled by default in Rawhide/ELN atm. With the arm64_16k variant, there are now two variants that are disabled by default. Signed-off-by: Michael Hofmann diff --git

[OS-BUILD PATCHv3 1/3] gitlab-ci: enable build-only pipelines for Rawhide/16k/aarch64

2023-09-22 Thread Michael Hofmann (via Email Bridge)
From: Michael Hofmann gitlab-ci: enable build-only pipelines for Rawhide/16k/aarch64 Fixes https://gitlab.com/cki-project/kernel-webhooks/-/issues/452 Signed-off-by: Michael Hofmann diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index blahblah..blahblah 100644 --- a/.gitlab-ci.yml +++

[OS-BUILD PATCHv3 2/3] kernel.spec: allow to enable arm64_16k variant

2023-09-22 Thread Michael Hofmann (via Email Bridge)
From: Michael Hofmann kernel.spec: allow to enable arm64_16k variant Signed-off-by: Michael Hofmann diff --git a/redhat/kernel.spec.template b/redhat/kernel.spec.template index blahblah..blahblah 100644 --- a/redhat/kernel.spec.template +++ b/redhat/kernel.spec.template @@ -200,7 +200,7 @@

[OS-BUILD PATCHv3 0/3] Enable build-only pipelines for Rawhide/16k/aarch64

2023-09-22 Thread Michael Hofmann (via Email Bridge)
From: Michael Hofmann on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2647 Fixes https://gitlab.com/cki-project/kernel-webhooks/-/issues/452 Signed-off-by: Michael Hofmann --- redhat/kernel.spec.template | 14 +++--- .gitlab-ci.yml