Skip to content
This repository was archived by the owner on Apr 12, 2019. It is now read-only.

Commit 62d6d2d

Browse files
committed
Request no perl
1 parent 93fb71c commit 62d6d2d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.drone.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ pipeline:
2424
curl -sL "https://github.com/git/git/archive/v1.7.0.tar.gz" -o git.tar.gz &&
2525
tar -C build -xzf git.tar.gz &&
2626
cd build/git-1.7.0 &&
27-
make install PREFIX=/usr/local &&
27+
autoconf &&
28+
./configure --prefix=/usr/local &&
29+
make install NO_PERL=please &&
2830
cd ../.. &&
2931
rm -rf build &&
3032
rm git.tar.gz

0 commit comments

Comments
 (0)