bootstrap.sh was failing in an opensuse container due to a conflict
of which with the pre-installed busybox-which package.
forcing resolution with zypper fixes the bootstrapping.
Thanks to Andreas Scheider for the hint!
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date(master): Wed Feb 11 10:30:26 UTC 2026 on atb-devel-224
# Set this to the contents of bootstrap/sha1sum.txt
# which is generated by bootstrap/template.py --render
#
- SAMBA_CI_CONTAINER_TAG: 336927a79f09b3eb729c64872bf4eca3e2f6761f
+ SAMBA_CI_CONTAINER_TAG: 03fd828d76b390ce14e62919fd29cb06dc31b495
#
# We use the ubuntu2204 image as default as
# it matches what we have on atb-devel-224
zypper --non-interactive refresh
zypper --non-interactive update
zypper --non-interactive install \
+ --force-resolution \
--no-recommends \
system-user-nobody \
{pkgs}
zypper --non-interactive refresh
zypper --non-interactive update
zypper --non-interactive install \
+ --force-resolution \
--no-recommends \
system-user-nobody \
ShellCheck \
-336927a79f09b3eb729c64872bf4eca3e2f6761f
+03fd828d76b390ce14e62919fd29cb06dc31b495