Skip to content

Commit 6d2af8d

Browse files
bk2204gitster
authored andcommitted
ci: install cargo on Alpine
We'll make Rust the default in a future commit, so be sure to install Cargo (which will also install Rust) to prepare for that case. Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 468757f commit 6d2af8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/install-dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ alpine-*)
2929
apk add --update shadow sudo meson ninja-build gcc libc-dev curl-dev openssl-dev expat-dev gettext \
3030
zlib-ng-dev pcre2-dev python3 musl-libintl perl-utils ncurses \
3131
apache2 apache2-http2 apache2-proxy apache2-ssl apache2-webdav apr-util-dbd_sqlite3 \
32-
bash cvs gnupg perl-cgi perl-dbd-sqlite perl-io-tty >/dev/null
32+
bash cvs gnupg perl-cgi perl-dbd-sqlite perl-io-tty cargo >/dev/null
3333
;;
3434
fedora-*|almalinux-*)
3535
case "$jobname" in

0 commit comments

Comments
 (0)