Skip to content
Snippets Groups Projects
Commit 83f9f23d authored by Natanael Copa's avatar Natanael Copa
Browse files

scripts/bootstrap.sh: update deps

make it possible to disable KERNEL_PKG via empty env var

replace isl with isl22

drop sudo, which is no longer needed

fixes #12255
parent 4b364c46
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ TARGET_ARCH="$1" ...@@ -6,7 +6,7 @@ TARGET_ARCH="$1"
SUDO_APK=abuild-apk SUDO_APK=abuild-apk
# optional cross build packages # optional cross build packages
KERNEL_PKG="linux-firmware linux-lts" : ${KERNEL_PKG=linux-firmware linux-lts}
# get abuild configurables # get abuild configurables
[ -e /usr/share/abuild/functions.sh ] || (echo "abuild not found" ; exit 1) [ -e /usr/share/abuild/functions.sh ] || (echo "abuild not found" ; exit 1)
...@@ -98,9 +98,9 @@ EXTRADEPENDS_TARGET="libgcc libstdc++ musl-dev" ...@@ -98,9 +98,9 @@ EXTRADEPENDS_TARGET="libgcc libstdc++ musl-dev"
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 libbsd libtls-standalone busybox busybox-initscripts binutils make \ openssl ca-certificates libbsd libtls-standalone busybox busybox-initscripts binutils make \
apk-tools file \ apk-tools file \
gmp mpfr4 mpc1 isl cloog libucontext gcc \ 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 sudo acl fakeroot tar \ attr libcap acl fakeroot tar \
pax-utils lzip abuild ncurses libedit openssh \ pax-utils lzip abuild ncurses libedit openssh \
libcap-ng util-linux libaio lvm2 popt xz \ libcap-ng util-linux libaio lvm2 popt xz \
json-c argon2 cryptsetup kmod lddtree mkinitfs \ json-c argon2 cryptsetup kmod lddtree mkinitfs \
......
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