action #124670
Updated by tinita almost 2 years ago
## Observation https://build.opensuse.org/package/live_build_log/devel:openQA/openQA/openSUSE_Leap_15.4/ppc64le ``` [ 120s] + exec rpmbuild -ba --define '_srcdefattr (-,root,root)' --nosignature --define '_build_create_debug 1' --define 'disturl obs://build.opensuse.org/devel:openQA/openSUSE_Leap_15.4/6f5ae9525e8249be77e55789e39c7c6a-openQA' /home/abuild/rpmbuild/SOURCES/openQA.spec [ 120s] error: Architecture is not included: ppc64le ``` ## Suggestions * This happens since yesterday, when we removed `BuildArch: noarch` from openQA.spec, so it's likely related * Maybe this is related: ``` %ifarch ppc ppc64 ppc64le s390x # missing chromedriver dependency ExclusiveArch: do_not_build %endif ```