Skip to content

Commit

Permalink
scripts/bootstrap.sh: move zstd before toolchain
Browse files Browse the repository at this point in the history
allows zstd use in entire toolchain
  • Loading branch information
nekopsykose committed Jan 8, 2023
1 parent fe52edc commit e27dd18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,14 +117,14 @@ fi
# ordered cross-build
for PKG in fortify-headers linux-headers musl libc-dev pkgconf zlib \
openssl ca-certificates libmd \
gmp mpfr4 mpc1 isl25 libucontext binutils gcc \
gmp mpfr4 mpc1 isl25 libucontext zstd binutils gcc \
libbsd libretls busybox make \
apk-tools file \
libcap openrc alpine-conf alpine-baselayout alpine-keys alpine-base patch build-base \
attr acl fakeroot tar \
lzip abuild ncurses libedit openssh \
libcap-ng util-linux libaio lvm2 popt xz \
json-c argon2 cryptsetup zstd kmod lddtree mkinitfs \
json-c argon2 cryptsetup kmod lddtree mkinitfs \
libffi \
brotli libev c-ares cunit nghttp2 curl \
pcre libssh2 \
Expand Down

0 comments on commit e27dd18

Please sign in to comment.