Skip to content

Commit

Permalink
packages/images: Reinclude xz for legacy branches
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Hübner <[email protected]>
  • Loading branch information
Akira25 committed Apr 21, 2024
1 parent 99a0378 commit 1a11144
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/buildbot/files/packages.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ def packagesArchFactory(f, wwwPrefix, wwwURL, alpineVersion):
"""\
podman run -i --rm --log-driver=none docker.io/library/alpine:%(kw:alpineVersion)s sh -c '\
( \
apk add git bash wget zstd gzip unzip grep diffutils findutils coreutils build-base gcc abuild binutils ncurses-dev gawk bzip2 perl python3 rsync argp-standalone musl-fts-dev musl-obstack-dev musl-libintl \
apk add git bash wget zstd xz gzip unzip grep diffutils findutils coreutils build-base gcc abuild binutils ncurses-dev gawk bzip2 perl python3 rsync argp-standalone musl-fts-dev musl-obstack-dev musl-libintl \
&& git clone %(prop:repository)s /root/falter-packages \
&& cd /root/falter-packages/ \
&& git checkout %(prop:got_revision)s \
Expand Down
2 changes: 1 addition & 1 deletion roles/buildbot/files/targets.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ def targetsTargetFactory(f, wwwPrefix, wwwURL, alpineVersion):
"""\
podman run -i --rm --log-driver=none docker.io/library/alpine:%(kw:alpineVersion)s sh -c '\
( \
apk add git bash wget zstd gzip unzip grep diffutils findutils coreutils build-base gcc abuild binutils ncurses-dev gawk bzip2 gettext perl python3 rsync sqlite flex libxslt \
apk add git bash wget zstd xz gzip unzip grep diffutils findutils coreutils build-base gcc abuild binutils ncurses-dev gawk bzip2 gettext perl python3 rsync sqlite flex libxslt \
&& git clone %(prop:repository)s /root/falter-builter \
&& cd /root/falter-builter/ \
&& git checkout %(prop:got_revision)s \
Expand Down

0 comments on commit 1a11144

Please sign in to comment.