summaryrefslogtreecommitdiff
path: root/ci/install-docker-dependencies.sh
diff options
context:
space:
mode:
authorĐoàn Trần Công Danh <congdanhqx@gmail.com>2020-04-04 08:08:50 +0700
committerJunio C Hamano <gitster@pobox.com>2020-04-06 13:44:42 -0700
commite0f8690dee7ec9373657eb2ecef9c8d88d0ece08 (patch)
treefa88264a796d7b32179ff93bc50366573f58f931 /ci/install-docker-dependencies.sh
parentc3bc449eb1b8b458e812c07eb8d0cb643f3d1b36 (diff)
downloadgit-e0f8690dee7ec9373657eb2ecef9c8d88d0ece08.tar.gz
travis: build and test on Linux with musl libc and busybox
Signed-off-by: Đoàn Trần Công Danh <congdanhqx@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'ci/install-docker-dependencies.sh')
-rwxr-xr-xci/install-docker-dependencies.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/ci/install-docker-dependencies.sh b/ci/install-docker-dependencies.sh
index a104c61d29..26a6689766 100755
--- a/ci/install-docker-dependencies.sh
+++ b/ci/install-docker-dependencies.sh
@@ -11,4 +11,8 @@ Linux32)
libssl-dev libexpat-dev gettext python >/dev/null
'
;;
+linux-musl)
+ apk add --update build-base curl-dev openssl-dev expat-dev gettext \
+ pcre2-dev python3 musl-libintl perl-utils ncurses >/dev/null
+ ;;
esac