From: Prarit Bhargava on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2339#note_1300719688 >I thought that it could be because I'm working on Fedora 37, but from RHEL8 I also get the same result (-w flag added to submakes). > This is an annoying difference in the mock/podman environment and development environments. Just edit out the '-w'. >From RHEL 8 I get additional differences, for example: ><details><summary>Click to expand</summary> > >``` >--- a/redhat/self-test/data/centos-2585cf9dfaad.el7 >+++ b/redhat/self-test/data/centos-2585cf9dfaad.el7 >@@ -34,15 +34,15 @@ INCLUDE_FEDORA_FILES=1 > INCLUDE_RHEL_FILES=1 > KABIDW=../redhat/kabi-dwarf > KABIDW_TARBALL=../redhat/rpm/SOURCES/kernel-kabi- dw-5.16.0-0.rc5.6.test.el7.tar.bz2 >-KABI_CROSS_COMPILE=/usr/bin/aarch64-linux-gnu- /usr/bin/ppc64le-linux-gnu- /usr/bin/s390x-linux-gnu- >+KABI_CROSS_COMPILE=/usr/bin/ppc64le-linux-gnu- /usr/bin/s390x-linux-gnu- /usr/bin/aarch64-linux-gnu- > KABI_CROSS_COMPILE_PREFIX=/usr/bin/ > KABI_CROSS_COMPILE_SUFFIX=-linux-gnu- >-KABI_SUPPORTED_ARCHS=aarch64 ppc64le s390x x86_64 >+KABI_SUPPORTED_ARCHS=ppc64le x86_64 s390x aarch64 These changes are odd. I'm confused why your arches are not in alphabetical order. But these changes also can be dropped. > KABI_TARBALL=../redhat/rpm/SOURCES/kernel-abi- stablelists-5.16.0-0.rc5.6.test.el7.tar.bz2 > LANG=C > LOCVERFILE=../localversion > MACH=x86_64 >-MAKEFILE_LIST=Makefile Makefile.variables ../Makefile.rhelver Makefile.cross >+MAKEFILE_LIST= Makefile Makefile.variables ../Makefile.rhelver Makefile.cross Ditto here. Ultimately you want this to pass in the CKI environment so code changes for that. P. _______________________________________________ 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, report it: https://pagure.io/fedora-infrastructure/new_issue