Skip to content

Commit

Permalink
build-ci: install binutils-dev for llvm
Browse files Browse the repository at this point in the history
  • Loading branch information
kreatoo committed Apr 2, 2023
1 parent 0f863ea commit dab8437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/build-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ case $1 in
echo "https://dl-cdn.alpinelinux.org/alpine/v$(cut -d'.' -f1,2 /etc/alpine-release)/community/" >> /etc/apk/repositories
echo "https://dl-cdn.alpinelinux.org/alpine/edge/testing/" >> /etc/apk/repositories
apk update
apk add alpine-sdk nimble shadow libarchive-tools perl zlib-dev llvm clang linux-headers openssl-dev xz
apk add alpine-sdk nimble shadow libarchive-tools perl zlib-dev llvm clang linux-headers openssl-dev binutils-dev xz
make deps
make kpkg
#./out/kpkg update || true
Expand Down

0 comments on commit dab8437

Please sign in to comment.