Project

General

Profile

action #124670

Updated by tinita about 1 year ago

## Observation 

 https://build.opensuse.org/package/show/devel:openQA/openQA 

 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 
 ``` 

 


 ## Acceptance criteria 
 * **AC1:** devel:openQA packages build consistently on ppc64le again, no "failed" 

 ## Suggestions 

 * See what has been done to remove noarch in https://github.com/os-autoinst/openQA/pull/5003 
 * Ask around in OBS or packaging groups if they know similar problems and solutions 
 * This happens since yesterday, when we removed `BuildArch: noarch` from openQA.spec, so it's likely related 
 * Maybe this is related: 

 ``` 
 %package devel 
 ... 
 %ifarch ppc ppc64 ppc64le s390x 
 # missing chromedriver dependency 
 ExclusiveArch:    do_not_build 
 %endif 
 ```

Back