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

dist: add more required recommendations for KVM builds #1023

Closed jengelh closed 2 weeks ago

jengelh commented 3 weeks ago

A worker system may have obs-worker installed, but because /usr/bin/build is transferred from obsrepserver, the dependencies of obs-build are not carried over. KVM builds thus fail complaining about absence of mkfs.ext4, mkfs.xfs or the hostname utility (especially if one used zypper in --no-recommends obs-worker, but that's another story).

adrianschroeter commented 2 weeks ago

however, these should be added to obs-worker as well to have an effect there.

adrianschroeter commented 2 weeks ago

Solving that via a recommend in obs-worker: https://github.com/openSUSE/open-build-service/pull/16771