From: Justin M. Forbes on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1643 Now that we are capable of processing multiple config files in parallel, we do not know exactly which arch a failure is seen on. This is important as frequently errors are specific to a single arch. This patch just prints the arch before the variant on failure messages to help us determine the best way to correct an issue. While trying to figure out where the failure was, I tried passing make -j1 and noticed that the call to process_configs.sh in make dist-configs-check did not pass RHJOBS, so it would always use nproc --all. This is also fixed. Signed-off-by: Justin M. Forbes <jforbes@xxxxxxxxxxxxxxxxx> --- redhat/configs/process_configs.sh | 6 +++--- redhat/Makefile | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) _______________________________________________ kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx 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/kernel@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure