Skip to content

Commit e2fe464

Browse files
obnoxxxcryptomilk
authored andcommitted
bootstrap: fix bootstrap in opensuse container
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
1 parent 38b2428 commit e2fe464

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

.gitlab-ci-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ variables:
4747
# Set this to the contents of bootstrap/sha1sum.txt
4848
# which is generated by bootstrap/template.py --render
4949
#
50-
SAMBA_CI_CONTAINER_TAG: 336927a79f09b3eb729c64872bf4eca3e2f6761f
50+
SAMBA_CI_CONTAINER_TAG: 03fd828d76b390ce14e62919fd29cb06dc31b495
5151
#
5252
# We use the ubuntu2204 image as default as
5353
# it matches what we have on atb-devel-224

bootstrap/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,7 @@
332332
zypper --non-interactive refresh
333333
zypper --non-interactive update
334334
zypper --non-interactive install \
335+
--force-resolution \
335336
--no-recommends \
336337
system-user-nobody \
337338
{pkgs}

bootstrap/generated-dists/opensuse155/bootstrap.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ set -xueo pipefail
1010
zypper --non-interactive refresh
1111
zypper --non-interactive update
1212
zypper --non-interactive install \
13+
--force-resolution \
1314
--no-recommends \
1415
system-user-nobody \
1516
ShellCheck \

bootstrap/sha1sum.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
336927a79f09b3eb729c64872bf4eca3e2f6761f
1+
03fd828d76b390ce14e62919fd29cb06dc31b495

0 commit comments

Comments
 (0)