Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit 514ba32

Browse files
committed
Use git-lite to install faster (we don't need perl)
1 parent 2391527 commit 514ba32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ freebsd_build_task:
2828
./scripts/configure_freebsd_ci_jail.sh $jail_name $CIRRUS_WORKING_DIR;
2929
$exec_prefix pkg update -f
3030
fi
31-
- $exec_prefix pkg install -y "${package}" python2 git
31+
- $exec_prefix pkg install -y "${package}" python2 git-lite
3232
- $exec_prefix node --version
3333
- $exec_prefix npm --version
3434
- $exec_prefix clang++ --version

0 commit comments

Comments
 (0)