Skip to content
Snippets Groups Projects
Commit 3ca28d71 authored by Roman Shaposhnik's avatar Roman Shaposhnik Committed by Ariadne Conill
Browse files

Re-arranging the order in which cross packages are built in bootstrap.sh


The list of packages doesn't change, but we need them build in a
different order because of changing dependencies.

Signed-off-by: default avatarRoman Shaposhnik <rvs@zededa.com>
parent 67cbf23d
No related branches found
No related tags found
1 merge request!21622Updating bootstrap.sh based on riscv64 port
...@@ -96,9 +96,10 @@ EXTRADEPENDS_TARGET="libgcc libstdc++ musl-dev" ...@@ -96,9 +96,10 @@ EXTRADEPENDS_TARGET="libgcc libstdc++ musl-dev"
# ordered cross-build # ordered cross-build
for PKG in fortify-headers linux-headers musl libc-dev pkgconf zlib \ for PKG in fortify-headers linux-headers musl libc-dev pkgconf zlib \
openssl ca-certificates libmd libbsd libretls busybox busybox-initscripts binutils make \ openssl ca-certificates libmd \
gmp mpfr4 mpc1 isl22 cloog libucontext binutils gcc \
libbsd libtls-standalone busybox busybox-initscripts make \
apk-tools file \ apk-tools file \
gmp mpfr4 mpc1 isl22 cloog libucontext gcc \
openrc alpine-conf alpine-baselayout alpine-keys alpine-base patch build-base \ openrc alpine-conf alpine-baselayout alpine-keys alpine-base patch build-base \
attr libcap acl fakeroot tar \ attr libcap acl fakeroot tar \
lzip abuild ncurses libedit openssh \ lzip abuild ncurses libedit openssh \
...@@ -107,7 +108,7 @@ for PKG in fortify-headers linux-headers musl libc-dev pkgconf zlib \ ...@@ -107,7 +108,7 @@ for PKG in fortify-headers linux-headers musl libc-dev pkgconf zlib \
community/go libffi community/ghc \ community/go libffi community/ghc \
brotli libev c-ares cunit nghttp2 curl \ brotli libev c-ares cunit nghttp2 curl \
pcre libssh2 community/http-parser community/libgit2 \ pcre libssh2 community/http-parser community/libgit2 \
libxml2 llvm10 community/rust \ libxml2 pax-utils llvm11 community/rust \
$KERNEL_PKG ; do $KERNEL_PKG ; do
EXTRADEPENDS_TARGET="$EXTRADEPENDS_TARGET" \ EXTRADEPENDS_TARGET="$EXTRADEPENDS_TARGET" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment