Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions build-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,12 @@ function build() {
make -j$CMAKE_BUILD_PARALLEL_LEVEL install
popd

curl -L https://github.com/libgit2/libgit2/archive/refs/tags/v1.9.1.zip > libgit2.zip
curl -L https://github.com/libgit2/libgit2/archive/refs/tags/v1.9.2.zip > libgit2.zip
# unzip can't handle the encoding of one of the test files/folders and tar won't extract zip files
# on ubuntu.
unzip libgit2.zip -x "libgit2-1.9.1/tests/*"
unzip libgit2.zip -x "libgit2-1.9.2/tests/*"
rm libgit2.zip
mv libgit2-1.9.1 libgit2
mv libgit2-1.9.2 libgit2
mkdir -p libgit2/build
cmake -S libgit2 -B libgit2/build\
-DUSE_SSH=exec \
Expand Down