You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I try to compile a package locally using oscb (default secbox alias for osc build --ccache --cpio-bulk-download --download-api-only), the build stage fails with sudo: No such file or directory: 'sudo'
Steps to reproduce:
osc co security:SELinux/selinux-policy
cd security:SELinux/selinux-policy
oscb
The text was updated successfully, but these errors were encountered:
Reopening just to let you know that actually I think the last error above is due to secbox, because it works fine in native osc. I think there are some permission issues stemming from how osc actually builds stuff as root.
Hi,
when I try to compile a package locally using
oscb
(default secbox alias forosc build --ccache --cpio-bulk-download --download-api-only
), the build stage fails withsudo: No such file or directory: 'sudo'
Steps to reproduce:
osc co security:SELinux/selinux-policy
cd security:SELinux/selinux-policy
oscb
The text was updated successfully, but these errors were encountered: