openSUSE / obs-build

OBS build script, can be used with OBS or stand alone
GNU General Public License v2.0
132 stars 183 forks source link

INCOMPATIBLE CHANGE: get rid of the power8 cpu limitation #889

Closed adrianschroeter closed 1 year ago

adrianschroeter commented 1 year ago

Old build script code was limiting cpu to power8 when building on power9 always.

As this blocks any future development and also is only done on this particular platform this way we change it by default. So KVM on power9 is not special anymore and uses the cpu by default as with any other architecture or VM type.

A buildflag kvm-max-cpu-compat-power8 can be set to restore the old behaviour.