]> git.ipfire.org Git - thirdparty/git.git/commit
ci: install cargo on Alpine
authorbrian m. carlson <sandals@crustytoothpaste.net>
Thu, 9 Apr 2026 22:44:32 +0000 (22:44 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 10 Apr 2026 00:25:36 +0000 (17:25 -0700)
commit40c789dfc250486e60b7d7cdba47d8423a754abf
tree253acc6fbaf2a8afaf07379836f2e121410080df
parent6077dc8a427950392be15a5507908d5e87a721a6
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>
ci/install-dependencies.sh